AppBarButton.Label Proprietà

Definizione

Ottiene o imposta la descrizione del testo visualizzata sul pulsante della barra dell'app.

public:
 property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();

void Label(winrt::hstring value);
public string Label { get; set; }
var string = appBarButton.label;
appBarButton.label = string;
Public Property Label As String
<AppBarButton Label="stringContent" .../>

Valore della proprietà

String

Platform::String

winrt::hstring

Descrizione del testo visualizzata sul pulsante della barra dell'app.

Si applica a