ImageConverter.GetProperties Метод

Определение

Получает набор свойств данного типа.

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

Параметры

context
ITypeDescriptorContext

Дескриптор типа, с помощью которого может быть предоставлен дополнительный контекст.

value
Object

Значение объекта, для которого извлекаются свойства.

attributes
Attribute[]

Массив объектов Attribute, описывающих свойства.

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

Набор свойств, который должен быть представлен для этого типа данных. Если не должны предоставляться никакие свойства, может возвращаться значение null. Реализация по умолчанию всегда возвращает значение null.

Комментарии

По умолчанию тип не возвращает свойства. Простая реализация этого метода вызывает GetProperties метод для правильного типа данных.

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