Share via


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

適用於