Share via


TextElement.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 = textElement.accessKey;
textElement.accessKey = string;
Public Property AccessKey As String

속성 값

String

Platform::String

winrt::hstring

이 요소의 액세스 키입니다.

적용 대상