Compartilhar via


AutomationProperties.GetAutomationControlType(UIElement) Método

Definição

Obtém o valor da propriedade anexada AutomationProperties.AutomationControlType para o DependencyObject especificado.

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

Parâmetros

element
UIElement

O DependencyObject a marcar.

Retornos

O tipo de controle automação da interface do usuário para o elemento especificado.

Requisitos do Windows

Família de dispositivos
Windows 11 (introduzida na 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v14.0)

Aplica-se a