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

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

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상