AutomationPeer.GetAutomationIdCore メソッド

定義

Microsoft UI オートメーション クライアントが GetAutomationId または同等の Microsoft UI オートメーション クライアント API を呼び出すときのピアの動作を提供します。

protected:
 virtual Platform::String ^ GetAutomationIdCore() = GetAutomationIdCore;
winrt::hstring GetAutomationIdCore();
protected virtual string GetAutomationIdCore();
function getAutomationIdCore()
Protected Overridable Function GetAutomationIdCore () As String

戻り値

String

Platform::String

winrt::hstring

オートメーション識別子。

注釈

AutomationId にクラスベースの動作を提供することは一般的ではありません。 通常、アプリ作成者は、XAML UI 定義で AutomationProperties.AutomationId 添付プロパティを設定することで、アプリ内の要素の値を設定します。

適用対象

こちらもご覧ください