TextElement.AccessKey Eigenschaft

Definition

Ruft den Zugriffsschlüssel für dieses Element ab oder legt diesen fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Der Zugriffsschlüssel für dieses Element.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für: