Note

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

Access to this page requires authorization. You can try .

ButtonBase.CommandParameter 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 property.

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

void CommandParameter(IInspectable value);
public object CommandParameter { get; set; }
var object = buttonBase.commandParameter;
buttonBase.commandParameter = object;
Public Property CommandParameter As Object
<button>
 <button.CommandParameter>
 object
 </button.CommandParameter>
</button>
- or -
<button CommandParameter="objectAsString"/>

Property Value

Object

Platform::Object

IInspectable

The parameter to pass to the Command property. The default is null.

Applies to


Feedback

Was this page helpful?