SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties 方法

定義

取得此實例的屬性。

多載

名稱 Description
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 物件,代表這個實例的篩選屬性。

實作

適用於