AppBarButton.Label Propriedade

Definição

Obtém ou define a descrição do texto exibida no botão da barra de aplicativos.

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" .../>

Valor da propriedade

String

Platform::String

winrt::hstring

A descrição do texto exibida no botão da barra de aplicativos.

Aplica-se a