SelectionRangeConverter.GetProperties Метод

Определение

Возвращает набор отфильтрованных свойств для типа SelectionRange.

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

Объект ITypeDescriptorContext, предоставляющий контекст формата.

value
Object

Объект класса Object, задающий тип массива, для которого нужно получить свойства.

attributes
Attribute[]

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

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

PropertyDescriptorCollection

В случае успеха набор свойств, которые должны быть открыты для типа SelectionRange; в противном случае — значение null.

Комментарии

Реализация этого метода по умолчанию не использует context или value параметры, а просто ссылается на вызов TypeDescriptor.TypeDescriptor.GetProperties(Type, Attribute[]) метод.

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

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