Share via


ListBoxItemAutomationPeer.GetClassNameCore 方法

定义

获取与此 ListBoxItem 关联的 ListBoxItemAutomationPeer 的名称。 此方法由 GetClassName() 调用。

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

返回

包含“ListBoxItem”的字符串。

适用于