次の方法で共有


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

パラメーター

element
DependencyObject

チェックする DependencyObject

戻り値

String

Platform::String

winrt::hstring

指定した要素の UI オートメーション識別子。

適用対象

こちらもご覧ください