ElementTypeDescriptor.GetProperties Метод

Определение

Перегрузки

GetProperties()

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

GetProperties(Attribute[])

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

GetProperties()

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

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public override System.ComponentModel.PropertyDescriptorCollection GetProperties ();
override this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties () As PropertyDescriptorCollection

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

PropertyDescriptorCollection

Объект Пропертидескрипторколлектион, представляющий свойства для данного экземпляра компонента.

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

GetProperties(Attribute[])

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

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public override System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
override this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection

Параметры

attributes
Attribute[]

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

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

PropertyDescriptorCollection

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

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