DataBus.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 オブジェクトです。