SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties Method

Definition

Gets the properties for this instance.

Overloads

GetProperties()

Gets the properties for this instance.

GetProperties(Attribute[])

Gets the properties for this instance.

GetProperties()

Gets the properties for this instance.

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

Returns

A PropertyDescriptorCollection object that represents the properties for this instance.

Implements

Applies to

GetProperties(Attribute[])

Gets the properties for this instance.

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

Parameters

attributes
Attribute[]

An array of type Attribute.

Returns

A PropertyDescriptorCollection object that represents the filtered properties for this instance.

Implements

Applies to