ItemAutomationPeer.GetAutomationIdCore メソッド

定義

この UIElement に関連付けられている Items コレクション内のデータ項目に対応する ItemAutomationPeer を一意に識別する文字列を取得します。

protected:
 override System::String ^ GetAutomationIdCore();
protected override string GetAutomationIdCore ();
override this.GetAutomationIdCore : unit -> string
Protected Overrides Function GetAutomationIdCore () As String

戻り値

UI オートメーション識別子を含む文字列。

注釈

UI オートメーション識別子の値は AutomationId プロパティです。 プロパティが AutomationId 設定されていない場合、値は プロパティです Name

このメソッドは GetAutomationId によって呼び出されます。

適用対象

こちらもご覧ください