XamlUICommand.Description 속성

정의

이 요소에 대한 설명을 가져오거나 설정합니다.

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

void Description(winrt::hstring value);
public string Description { get; set; }
var string = xamlUICommand.description;
xamlUICommand.description = string;
Public Property Description As String

속성 값

String

Platform::String

winrt::hstring

이 요소에 대한 설명입니다.

적용 대상

추가 정보