Поделиться через


AppBarButton.Label Свойство

Определение

Возвращает или задает текстовое описание, отображаемое на кнопке панели приложения.

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

Значение свойства

String

Platform::String

winrt::hstring

Текстовое описание, отображаемое на кнопке панели приложения.

Применяется к