SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このインスタンスのプロパティを取得します。
オーバーロード
| 名前 | 説明 |
|---|---|
| GetProperties() |
このインスタンスのプロパティを取得します。 |
| GetProperties(Attribute[]) |
このインスタンスのプロパティを取得します。 |
GetProperties()
このインスタンスのプロパティを取得します。
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
返品
このインスタンスのプロパティを表すPropertyDescriptorCollectionオブジェクトです。
実装
適用対象
GetProperties(Attribute[])
このインスタンスのプロパティを取得します。
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
パラメーター
返品
このインスタンスのフィルタリング済みプロパティを表すPropertyDescriptorCollectionオブジェクトです。