ListBoxAutomationPeer.GetClassNameCore メソッド

定義

この ListBox に関連付けられている ListBoxAutomationPeer の名前を取得します。 このメソッドは GetClassName() によって呼び出されます。

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

戻り値

String

"ListBox" を格納する文字列。

適用対象