This topic has not yet been rated - Rate this topic

AutomationProperties.GetItemStatus method

Gets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.

Syntax


public:
static String^ GetItemStatus(
  DependencyObject^ element
)

Parameters

element

Type: DependencyObject

The DependencyObject to check.

Return value

Type: System.String [.NET] | Platform::String [C++]

The item status of the element.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml.Automation
Windows::UI::Xaml::Automation [C++]

Metadata

Windows.winmd

See also

AutomationProperties

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.