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[]

フィルターとして使用されている属性の配列です。

戻り値

フィルター選択された DataBus コントロール プロパティを表す PropertyDescriptorCollection オブジェクトです。

実装

適用対象