DataConnectionProperties.ICustomTypeDescriptor.GetProperties Метод

Определение

Перегрузки

ICustomTypeDescriptor.GetProperties()

Извлекает свойства для указанного экземпляра компонента.

ICustomTypeDescriptor.GetProperties(Attribute[])

Извлекает свойства для указанного экземпляра компонента, используя массив атрибутов в качестве фильтра.

ICustomTypeDescriptor.GetProperties()

Извлекает свойства для указанного экземпляра компонента.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties() = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties () As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

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

PropertyDescriptorCollection

PropertyDescriptorCollectionКоллекция, представляющая свойства для данного экземпляра компонента.

Реализации

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

ICustomTypeDescriptor.GetProperties(Attribute[])

Извлекает свойства для указанного экземпляра компонента, используя массив атрибутов в качестве фильтра.

 virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetProperties(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetProperties;
System.ComponentModel.PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties

Параметры

attributes
Attribute[]

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

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

PropertyDescriptorCollection

Коллекция дескрипторов текущих известных свойств, соответствующих заданному набору атрибутов.

Реализации

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