AutomationProperties.GetItemStatus(DependencyObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the value of the AutomationProperties.ItemStatus attached property for the specified DependencyObject.
public:
static Platform::String ^ GetItemStatus(DependencyObject ^ element);
static winrt::hstring GetItemStatus(DependencyObject const& element);
public static string GetItemStatus(DependencyObject element);
function getItemStatus(element)
Public Shared Function GetItemStatus (element As DependencyObject) As String
Parameters
- element
- DependencyObject
The DependencyObject to check.
Returns
The item status of the element.