AutomationPeer.GetLocalizedLandmarkTypeCore Method

Definition

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

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

Returns

String

Platform::String

winrt::hstring

The landmark type of the peer, as a string that is localized to be suitable for direct presentation to users by assistive technology.

Applies to