ButtonBaseAutomationPeer.GetAutomationIdCore メソッド

定義

この ButtonBaseAutomationPeer に関連付けられた要素の AutomationId を取得します。 GetAutomationId() によって呼び出されます。

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

戻り値

AutomationId を格納する文字列。

注釈

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

適用対象