Freigeben über


CommandBarFlyoutCommandBarAutomationProperties.GetControlType Methode

Definition

Ruft den Steuerelementtyp für das angegebene Objekt ab.

Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).

public:
 static AutomationControlType GetControlType(UIElement ^ element);
 static AutomationControlType GetControlType(UIElement const& element);
public static AutomationControlType GetControlType(UIElement element);
Public Shared Function GetControlType (element As UIElement) As AutomationControlType

Parameter

element
UIElement

Das Objekt, für das der Steuerelementtyp abgerufen werden soll.

Gibt zurück

Der Steuerelementtyp für das angegebene Objekt.

Gilt für: