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


AutomationProperties.GetAutomationControlType(UIElement) Метод

Определение

Возвращает значение присоединенного свойства AutomationProperties.AutomationControlType для указанного Объекта DependencyObject.

public:
 static AutomationControlType GetAutomationControlType(UIElement ^ element);
 static AutomationControlType GetAutomationControlType(UIElement const& element);
public static AutomationControlType GetAutomationControlType(UIElement element);
function getAutomationControlType(element)
Public Shared Function GetAutomationControlType (element As UIElement) As AutomationControlType

Параметры

element
UIElement

Объект DependencyObject для проверка.

Возвращаемое значение

Тип элемента управления автоматизации пользовательского интерфейса для указанного элемента.

Требования к Windows

Семейство устройств
Windows 11 (появилось в 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v14.0)

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