AppBarButton.Label Eigenschaft

Definition

Ruft die Textbeschreibung ab, die auf der App-Leistenschaltfläche angezeigt wird, oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Textbeschreibung, die auf der App-Leistenschaltfläche angezeigt wird.

Gilt für: