DataBus.GetProperties Method

Definition

Retrieves the properties for the DataBus control.

Overloads

GetProperties()

Returns a collection of property descriptors for the DataBus control.

GetProperties(Attribute[])

Returns the properties for the DataBus control using the attribute array as a filter.

GetProperties()

Returns a collection of property descriptors for the DataBus control.

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

Returns

The specified properties for the DataBus control.

Implements

Applies to

GetProperties(Attribute[])

Returns the properties for the DataBus control using the attribute array as a filter.

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

Parameters

attributes
Attribute[]

An array of attributes that is used as a filter.

Returns

A PropertyDescriptorCollection object that represents the filtered properties for the DataBus control.

Implements

Applies to