言語

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オブジェクトです。

実装

適用対象