AutomationProperties.GetItemType(DependencyObject) Método

Definición

Obtiene la propiedad adjunta ItemType para el elemento DependencyObject especificado.

public:
 static System::String ^ GetItemType(System::Windows::DependencyObject ^ element);
public static string GetItemType (System.Windows.DependencyObject element);
static member GetItemType : System.Windows.DependencyObject -> string
Public Shared Function GetItemType (element As DependencyObject) As String

Parámetros

element
DependencyObject

DependencyObject que se va a comprobar.

Devoluciones

ItemType del elemento proporcionado.

Se aplica a

Consulte también