LinkArea.LinkAreaConverter.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[]

Атрибуты объекта, для которого требуется получить свойства.

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

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

Комментарии

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

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