AutomationPeer.GetAutomationIdCore メソッド

定義

派生クラスでオーバーライドされると、GetAutomationId() によって呼び出されます。

protected:
 abstract System::String ^ GetAutomationIdCore();
protected abstract string GetAutomationIdCore ();
abstract member GetAutomationIdCore : unit -> string
Protected MustOverride Function GetAutomationIdCore () As String

戻り値

識別子を格納する文字列。

注釈

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

適用対象