UIElementAutomationPeer.GetItemTypeCore Method

Definition

Gets a human-readable string that contains the item type that the UIElement for this UIElementAutomationPeer represents. This method is called by GetItemType().

protected:
 override System::String ^ GetItemTypeCore();
protected override string GetItemTypeCore ();
override this.GetItemTypeCore : unit -> string
Protected Overrides Function GetItemTypeCore () As String

Returns

The string that contains the ItemType that is returned by GetItemType(DependencyObject).

Remarks

String examples are "Mail Message", "Contact", and "Document".

Applies to