SplitButton.CommandParameter 属性

定义

获取或设置要传递给 Command 属性的参数。

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 = splitButton.commandParameter;
splitButton.commandParameter = object;
Public Property CommandParameter As Object

属性值

Object

Platform::Object

IInspectable

要传递给 Command 属性的参数。 默认值为 null

适用于