AutomationProperties.GetAutomationId(DependencyObject) 方法

定义

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

public:
 static Platform::String ^ GetAutomationId(DependencyObject ^ element);
 static winrt::hstring GetAutomationId(DependencyObject const& element);
public static string GetAutomationId(DependencyObject element);
function getAutomationId(element)
Public Shared Function GetAutomationId (element As DependencyObject) As String

参数

返回

String

Platform::String

winrt::hstring

指定元素的 UI 自动化标识符。

适用于

另请参阅