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.

Применяется к