AutomationProperties.GetAutomationId(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得所指定 AutomationId 的 DependencyObject 附加屬性。
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 回 屬性。