AutomationElementIdentifiers.ItemTypeProperty Property

Definition

Identifies the item type automation property. The item type value is returned by GetItemType method.

public:
 static property AutomationProperty ^ ItemTypeProperty { AutomationProperty ^ get(); };
static AutomationProperty ItemTypeProperty();
public static AutomationProperty ItemTypeProperty { get; }
var automationProperty = AutomationElementIdentifiers.itemTypeProperty;
Public Shared ReadOnly Property ItemTypeProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to