IComNativeDescriptorHandler.GetClassName(Object) 方法

定义

获取指定组件的类名称。

public:
 System::String ^ GetClassName(System::Object ^ component);
public string GetClassName (object component);
abstract member GetClassName : obj -> string
Public Function GetClassName (component As Object) As String

参数

component
Object

要获取其类名称的组件。

返回

component 对应的类的名称。

注解

注意

此 API 现已过时。 未过时的替代项为 ComObjectType

适用于