AutomationPeer.GetAutomationIdCore メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
戻り値
オートメーション識別子。
注釈
AutomationId にクラスベースの動作を提供することは一般的ではありません。 通常、アプリ作成者は、XAML UI 定義で AutomationProperties.AutomationId 添付プロパティを設定することで、アプリ内の要素の値を設定します。