AutomationProperties.GetAutomationControlType(UIElement) 方法

定义

获取指定 DependencyObjectAutomationProperties.AutomationControlType 附加属性的值。

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

返回

指定元素的 UI 自动化控件类型。

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

适用于