AutomationProperties.GetAutomationId(DependencyObject) 方法

定义

获取指定 AutomationIdDependencyObject 附加属性。

public:
 static System::String ^ GetAutomationId(System::Windows::DependencyObject ^ element);
public static string GetAutomationId (System.Windows.DependencyObject element);
static member GetAutomationId : System.Windows.DependencyObject -> string
Public Shared Function GetAutomationId (element As DependencyObject) As String

参数

element
DependencyObject

要检查的 DependencyObject

返回

String

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

注解

如果未 AutomationId 设置属性,此方法将 Name 返回该属性。

适用于

另请参阅