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

適用対象