IComNativeDescriptorHandler.GetAttributes(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定组件的特性。
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。