Поделиться через


CommandBarFlyoutCommandBarAutomationProperties.SetControlType Метод

Определение

Задает тип элемента управления для указанного объекта.

Эта документация относится к WinUI 2 для UWP (для WinUI в Windows App SDK см. Windows App SDK пространства имен).

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)

Параметры

element
UIElement

Объект для задания типа элемента управления.

value
AutomationControlType

Тип элемента управления для указанного объекта.

Применяется к