AutomationProperties.ItemTypeProperty Property

Definition

Identifies the AutomationProperties.ItemType attached property, which is a text string describing the type of the automation element.

public:
 static property DependencyProperty ^ ItemTypeProperty { DependencyProperty ^ get(); };
static DependencyProperty ItemTypeProperty();
public static DependencyProperty ItemTypeProperty { get; }
var dependencyProperty = AutomationProperties.itemTypeProperty;
Public Shared ReadOnly Property ItemTypeProperty As DependencyProperty

Property Value

The identifier for the AutomationProperties.ItemType dependency property.

Remarks

AutomationProperties.ItemType is used to obtain information about items in a list, tree view, or data grid. For example, an item in a file directory view might be a "Document File" or a "Folder".

When AutomationProperties.ItemType is supported, the string must match the application UI language or the operating system default UI language.

Applies to