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
Компонент, из которого извлекаются свойства.
Возвращаемое значение
Коллекция 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
Компонент, из которого извлекаются свойства.
Возвращаемое значение
Объект PropertyDescriptorCollection, который содержит свойства, соответствующие заданному контексту и атрибутам.