XamlUICommand.AccessKey 속성

정의

이 요소의 액세스 키(니모닉)를 가져오거나 설정합니다.

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

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

속성 값

String

Platform::String

winrt::hstring

이 요소의 액세스 키(니모닉)입니다.

적용 대상

추가 정보