AutomationProperties.ItemStatusProperty Property

Definition

Identifies the ItemStatus attached property, which describes the status of an automation element item.

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

Property Value

A text string containing an identifier for the ItemStatus attached property.

Remarks

The ItemStatus property lets a client ascertain whether an element is conveying status about an item as well as what the status is. For example, an item associated with a contact in a messaging application might be "Busy" or "Connected".

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

Applies to