Поделиться через


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), если свойства отсутствуют.

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