AutomationProperties.SetAutomationControlType 方法

定义

为指定的 DependencyObject 设置 AutomationProperties.AutomationControlType 附加属性的值。

public:
 static void SetAutomationControlType(UIElement ^ element, AutomationControlType value);
 static void SetAutomationControlType(UIElement const& element, AutomationControlType const& value);
public static void SetAutomationControlType(UIElement element, AutomationControlType value);
function setAutomationControlType(element, value)
Public Shared Sub SetAutomationControlType (element As UIElement, value As AutomationControlType)

参数

element
UIElement

要为其设置 属性的 DependencyObject

value
AutomationControlType

要设置的 UI 自动化控件类型。

Windows 要求

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

适用于