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控件过滤属性的对象。

实现

适用于