Compartir a través de


CommandBarFlyoutCommandBarAutomationProperties.SetControlType Método

Definición

Establece el tipo de control para el objeto especificado.

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);
function setControlType(element, value)
Public Shared Sub SetControlType (element As UIElement, value As AutomationControlType)

Parámetros

element
UIElement

Objeto para el que se va a establecer el tipo de control.

value
AutomationControlType

Tipo de control para el objeto especificado.

Se aplica a