次の方法で共有


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties メソッド

定義

このインスタンスのプロパティを取得します。

オーバーロード

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

パラメーター

attributes
Attribute[]

Attribute 型の配列。

戻り値

このインスタンスのフィルター選択されたプロパティを表す PropertyDescriptorCollection オブジェクト。

実装

適用対象