TabView.AddTabButtonCommandParameter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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