다음을 통해 공유


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

적용 대상