AutomationProperties.ItemStatus attached property
Gets or sets a description of the status of an item in an element.
<object AutomationProperties.ItemStatus="statusString" />
XAML Values
- statusString
-
The status of an item in an element.
Remarks
When getting this property in code, use GetItemStatus. When setting this property in code, use SetItemStatus.
This property enables a client to determine whether an element is conveying status about an item. For example, an item that is associated with a contact in a messaging application might be "Busy" or "Connected".
Requirements (Windows 10 device family)
|
API contract | |
|---|---|
|
Namespace |
Windows.UI.Xaml.Automation |
|
Metadata |
Requirements (Windows 8.x and Windows Phone 8.x)
|
Minimum supported client |
Windows 8 |
|---|---|
|
Minimum supported server |
Windows Server 2012 |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Runtime apps only] |
|
Namespace |
Windows.UI.Xaml.Automation |
|
Metadata |
|
See also