TabView.AddTabButtonCommandParameter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta il parametro da passare alla proprietà 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