XamlUICommand.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 = xamlUICommand.label;
xamlUICommand.label = string;
Public Property Label As String

속성 값

String

Platform::String

winrt::hstring

이 요소의 레이블입니다.

적용 대상

추가 정보