ActivityBindTypeConverter.GetProperties Метод

Определение

Возвращает коллекцию свойств для типа массива, указанного value параметром, с помощью указанного контекста и атрибутов.

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);
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 со свойствами, предоставляемыми для этого типа данных, или пустой ссылкой (Nothing в Visual Basic), если нет свойств.

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