IComNativeDescriptorHandler.GetProperties(Object, Attribute[]) 方法

定义

获取指定组件的具有指定特性的属性。

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

适用于