AutomationPeer.GetAutomationIdCore メソッド
定義
派生クラスでオーバーライドされると、GetAutomationId() によって呼び出されます。When overridden in a derived class, is called by GetAutomationId().
protected:
abstract System::String ^ GetAutomationIdCore();
protected abstract string GetAutomationIdCore ();
abstract member GetAutomationIdCore : unit -> string
Protected MustOverride Function GetAutomationIdCore () As String
戻り値
識別子を格納する文字列。The string that contains the identifier.
注釈
オートメーション識別子の値は、 AutomationId プロパティです。The value of the automation identifier is the AutomationId property. このプロパティが設定されていない場合、値は Name プロパティになります。If that property is not set, the value is the Name property.