AutomationPeer.GetItemStatus Method
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 text that conveys the visual status of the object that is associated with this automation peer.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows (in System.Windows.dll)
Syntax
Public Function GetItemStatus As String
public string GetItemStatus()
Return Value
Type: System..::.String
The item status.
Remarks
Status conveys information that is state-based and not adequately conveyed by a name or class name to the user at run time. For example, the status of a messenger contact might be "Busy" or "Online".
This implementation does nothing more than calling GetItemStatusCore.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone