Share via


TabView.AddTabButtonCommandParameter Property

Definition

Gets or sets the parameter to pass to the AddTabButtonCommand property.

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

Property Value

Object

Platform::Object

IInspectable

Applies to