TabView.AddTabButtonCommandParameter 属性

定义

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

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

void AddTabButtonCommandParameter(IInspectable value);
public object AddTabButtonCommandParameter { get; set; }
var object = tabView.addTabButtonCommandParameter;
tabView.addTabButtonCommandParameter = object;
Public Property AddTabButtonCommandParameter As Object

属性值

Object

Platform::Object

IInspectable

适用于