AutomationProperties.SetItemStatus(DependencyObject, String) Method

Definition

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

public:
 static void SetItemStatus(DependencyObject ^ element, Platform::String ^ value);
 static void SetItemStatus(DependencyObject const& element, winrt::hstring const& value);
public static void SetItemStatus(DependencyObject element, string value);
function setItemStatus(element, value)
Public Shared Sub SetItemStatus (element As DependencyObject, value As String)

Parameters

element
DependencyObject

The DependencyObject for which to set the property.

value
String

Platform::String

winrt::hstring

The item status.

Applies to

See also