Compartilhar via


AutomationProperties.SetAutomationControlType Método

Definição

Define o valor da propriedade anexada AutomationProperties.AutomationControlType para o DependencyObject especificado.

public:
 static void SetAutomationControlType(UIElement ^ element, AutomationControlType value);
 static void SetAutomationControlType(UIElement const& element, AutomationControlType const& value);
public static void SetAutomationControlType(UIElement element, AutomationControlType value);
function setAutomationControlType(element, value)
Public Shared Sub SetAutomationControlType (element As UIElement, value As AutomationControlType)

Parâmetros

element
UIElement

O DependencyObject para o qual definir a propriedade.

value
AutomationControlType

O tipo de controle automação da interface do usuário a ser definido.

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