Partilhar via


CommandBarFlyoutCommandBarAutomationProperties.SetControlType Método

Definição

Define 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 void SetControlType(UIElement ^ element, AutomationControlType value);
 static void SetControlType(UIElement const& element, AutomationControlType const& value);
public static void SetControlType(UIElement element, AutomationControlType value);
Public Shared Sub SetControlType (element As UIElement, value As AutomationControlType)

Parâmetros

element
UIElement

O objeto para o qual definir o tipo de controle.

value
AutomationControlType

O tipo de controle do objeto especificado.

Aplica-se a