AutomationPeer.GetItemTypeCore Method

Definition

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

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

Returns

String

Platform::String

winrt::hstring

The kind of item.

Applies to

See also