ItemStatus Attached Property

AutomationProperties.ItemStatus Attached Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets a description of the status of an item in an element.

Namespace:  System.Windows.Automation
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

See GetItemStatus, SetItemStatus
<object AutomationProperties.ItemStatus="statusString"/>

Property Value

Type: System.String
The status of an item in an element.

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".

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft