Condividi tramite


AutomationProperties.GetItemType(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata AutomationProperties.ItemType per l'oggetto DependencyObject specificato.

public:
 static Platform::String ^ GetItemType(DependencyObject ^ element);
 static winrt::hstring GetItemType(DependencyObject const& element);
public static string GetItemType(DependencyObject element);
function getItemType(element)
Public Shared Function GetItemType (element As DependencyObject) As String

Parametri

element
DependencyObject

DependencyObject da controllare.

Restituisce

String

Platform::String

winrt::hstring

Tipo di elemento dell'elemento.

Si applica a

Vedi anche