Compartir a través de


TabView.AddTabButtonCommandParameter Propiedad

Definición

Obtiene o establece el parámetro que se va a pasar a la propiedad 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

Valor de propiedad

Object

Platform::Object

IInspectable

Se aplica a