IComNativeDescriptorHandler.GetProperties(Object, Attribute[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定组件的具有指定特性的属性。
public:
System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
abstract member GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection
参数
- component
- Object
要获取其事件的组件。
- attributes
- Attribute[]
用于筛选属性的特性。
返回
component
的属性描述符的集合。
注解
注意
此 API 现已过时。 未过时的替代项为 ComObjectType。