ComboBoxAutomationPeer.GetClassNameCore 方法

定义

获取类的名称,该类定义与此 ComboBoxAutomationPeer 关联的类型。 此方法由 GetClassName() 调用。

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

返回

String

包含“ComboBox”的字符串。

适用于

另请参阅