IComNativeDescriptorHandler.GetName(Object) 方法

定义

获取指定组件的名称。

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

参数

component
Object

要获取其名称的组件。

返回

component 的名称。

注解

注意

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

适用于