Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

TeachingTip.ActionButtonCommandParameter Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the parameter to pass to the command for the action button.

public:
 property Platform::Object ^ ActionButtonCommandParameter { Platform::Object ^ get(); void set(Platform::Object ^ value); };
IInspectable ActionButtonCommandParameter();

void ActionButtonCommandParameter(IInspectable value);
public object ActionButtonCommandParameter { get; set; }
var object = teachingTip.actionButtonCommandParameter;
teachingTip.actionButtonCommandParameter = object;
Public Property ActionButtonCommandParameter As Object

Property Value

Object

Platform::Object

IInspectable

Applies to


Feedback

Was this page helpful?