IComNativeDescriptorHandler.GetAttributes(Object) 方法

定义

获取指定组件的特性。

public:
 System::ComponentModel::AttributeCollection ^ GetAttributes(System::Object ^ component);
public System.ComponentModel.AttributeCollection GetAttributes (object component);
abstract member GetAttributes : obj -> System.ComponentModel.AttributeCollection
Public Function GetAttributes (component As Object) As AttributeCollection

参数

component
Object

要获取其特性的组件。

返回

component 的特性的集合。

注解

注意

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

适用于