AutomationPeer.GetAccessKeyCore Method

Definition

Provides the peer's behavior when a Microsoft UI Automation client calls GetAccessKey or an equivalent Microsoft UI Automation client API.

protected:
 virtual Platform::String ^ GetAccessKeyCore() = GetAccessKeyCore;
winrt::hstring GetAccessKeyCore();
protected virtual string GetAccessKeyCore();
function getAccessKeyCore()
Protected Overridable Function GetAccessKeyCore () As String

Returns

String

Platform::String

winrt::hstring

The access key.

Applies to

See also