CommandBarFlyoutCommandBarAutomationProperties.SetControlType Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.