ItemAutomationPeer::GetItemStatusCore Method ()

 

Gets a string that conveys the visual status of the specified UIElement.

Namespace:   System.Windows.Automation.Peers
Assembly:  PresentationFramework (in PresentationFramework.dll)

protected:
virtual String^ GetItemStatusCore() override

Return Value

Type: System::String^

The status. Examples include "Busy" or "Online".

The UIElement corresponds to the data item in the Items collection that is associated with this ItemAutomationPeer. This method is called by GetItemStatus.

.NET Framework
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: