UIElement3DAutomationPeer.GetItemTypeCore Method

Definition

Returns a human-readable string that represents the item type that the UIElement3D for this UIElement3DAutomationPeer. 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

A string that represents the item type that the UIElement3D for this UIElement3DAutomationPeer.

Remarks

This method calls the AutomationProperties.GetItemType method to get the value. AutomationProperties.GetItemType returns a value only when the AutomationProperties.ItemType property is set. You can override GetItemTypeCore and add logic to provide the item type in a way that makes sense for your UIElement3D.

UIElement3DAutomationPeer is introduced in the .NET Framework version 3.5. For more information, see Versions and Dependencies.

Applies to