Partilhar via


CommandBarFlyoutCommandBarAutomationProperties.GetControlType Método

Definição

Recupera o tipo de controle do objeto especificado.

Esta documentação se aplica ao WinUI 2 para UWP (para WinUI no SDK do Aplicativo Windows, consulte os namespaces SDK do Aplicativo Windows).

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

Parâmetros

element
UIElement

O objeto para o qual obter o tipo de controle.

Retornos

O tipo de controle do objeto especificado.

Aplica-se a