次の方法で共有


ContentElementAutomationPeer.GetAutomationIdCore メソッド

定義

この ContentElementAutomationPeer と関連付けられた ContentElement を一意に識別する文字列を取得します。 GetAutomationId() によって呼び出されます。

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

戻り値

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

注釈

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

適用対象

こちらもご覧ください