AutomationProperties.SetAutomationId(DependencyObject, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
设置指定 DependencyObject 的 AutomationProperties.AutomationId 附加属性的值。
public:
static void SetAutomationId(DependencyObject ^ element, Platform::String ^ value);
static void SetAutomationId(DependencyObject const& element, winrt::hstring const& value);
public static void SetAutomationId(DependencyObject element, string value);
function setAutomationId(element, value)
Public Shared Sub SetAutomationId (element As DependencyObject, value As String)
参数
- element
- DependencyObject
要为其设置 属性的 DependencyObject 。
- value
-
String
Platform::String
winrt::hstring
要设置的 UI 自动化标识符值。