Freigeben über


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties Methode

Definition

Ruft die Eigenschaften für diese Instanz ab.

Überlädt

GetProperties()

Ruft die Eigenschaften für diese Instanz ab.

GetProperties(Attribute[])

Ruft die Eigenschaften für diese Instanz ab.

GetProperties()

Ruft die Eigenschaften für diese Instanz ab.

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

Gibt zurück

Ein PropertyDescriptorCollection-Objekt, das die Eigenschaften für diese Instanz darstellt.

Implementiert

Gilt für:

GetProperties(Attribute[])

Ruft die Eigenschaften für diese Instanz ab.

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

Parameter

attributes
Attribute[]

Ein Array vom Typ Attribute.

Gibt zurück

Ein PropertyDescriptorCollection-Objekt, das die gefilterten Eigenschaften für diese Instanz darstellt.

Implementiert

Gilt für: