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.

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Applies to