Condividi tramite


AutomationProperties.SetItemStatus(DependencyObject, String) Metodo

Definizione

Imposta il valore della proprietà associata AutomationProperties.ItemStatus per l'oggetto DependencyObject specificato.

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)

Parametri

element
DependencyObject

DependencyObject per cui impostare la proprietà.

value
String

Platform::String

winrt::hstring

Stato dell'elemento.

Si applica a

Vedi anche