DataBus.GetProperties Метод

Определение

Возвращает свойства для элемента управления DataBus.

Перегрузки

GetProperties()

Возвращает коллекцию дескрипторов свойств для элемента управления DataBus.

GetProperties(Attribute[])

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

GetProperties()

Возвращает коллекцию дескрипторов свойств для элемента управления DataBus.

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

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

Заданные свойства для элемента управления DataBus.

Реализации

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

GetProperties(Attribute[])

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

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

Параметры

attributes
Attribute[]

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

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

Объект PropertyDescriptorCollection, представляющий отфильтрованные свойства для элемента управления DataBus.

Реализации

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