Share via


AutomationProperties.SetItemType(DependencyObject, String) Metodo

Definizione

Imposta la proprietà associata ItemType per l'oggetto DependencyObject specificato.

public:
 static void SetItemType(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetItemType (System.Windows.DependencyObject element, string value);
static member SetItemType : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetItemType (element As DependencyObject, value As String)

Parametri

element
DependencyObject

Oggetto DependencyObject per cui impostare la proprietà.

value
String

Valore del tipo di elemento da impostare.

Si applica a

Vedi anche