次の方法で共有


DocumentPageViewAutomationPeer.GetAutomationIdCore メソッド

定義

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

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

戻り値

String

オートメーション識別子を格納する文字列。

注釈

オートメーション識別子の値はプロパティです AutomationId 。 このプロパティが設定されていない場合、このメソッドはプロパティを Name 取得します。

適用対象

こちらもご覧ください