共用方式為


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

傳回

指定專案的消費者介面自動化識別碼。

備註

如果未 AutomationId 設定屬性,這個方法會傳 Name 回 屬性。

適用於

另請參閱