PropertiesTab.GetProperties Метод

Определение

Получает свойства указанного компонента.

Перегрузки

GetProperties(Object, Attribute[])

Получает свойства заданного компонента, которые соответствуют заданным атрибутам.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Получает свойства заданного компонента, которые соответствуют заданным атрибутам и контексту.

GetProperties(Object, Attribute[])

Получает свойства заданного компонента, которые соответствуют заданным атрибутам.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (object component, Attribute[]? attributes);
override this.GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Параметры

component
Object

Компонент, из которого извлекаются свойства.

attributes
Attribute[]

Массив типа Attribute, который указывает на извлекаемые атрибуты свойств.

Возвращаемое значение

PropertyDescriptorCollection

Коллекция PropertyDescriptorCollection, содержащая свойства.

См. также раздел

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

GetProperties(ITypeDescriptorContext, Object, Attribute[])

Получает свойства заданного компонента, которые соответствуют заданным атрибутам и контексту.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::ComponentModel::ITypeDescriptorContext ^ context, System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object component, Attribute[] attributes);
public override System.ComponentModel.PropertyDescriptorCollection? GetProperties (System.ComponentModel.ITypeDescriptorContext? context, object component, Attribute[]? attributes);
override this.GetProperties : System.ComponentModel.ITypeDescriptorContext * obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (context As ITypeDescriptorContext, component As Object, attributes As Attribute()) As PropertyDescriptorCollection

Параметры

context
ITypeDescriptorContext

Тип ITypeDescriptorContext, указывающий контекст для извлечения свойств.

component
Object

Компонент, из которого извлекаются свойства.

attributes
Attribute[]

Массив типа Attribute, который указывает на извлекаемые атрибуты свойств.

Возвращаемое значение

PropertyDescriptorCollection

Объект PropertyDescriptorCollection, который содержит свойства, соответствующие заданному контексту и атрибутам.

См. также раздел

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