SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents Método

Definição

Entende os eventos dessa ocasião.

Sobrecargas

Nome Description
GetEvents(Attribute[])

Obtém os eventos dessa instância usando o array de atributos especificado como filtro.

GetEvents()

Entende os eventos dessa ocasião.

GetEvents(Attribute[])

Obtém os eventos dessa instância usando o array de atributos especificado como filtro.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents(Attribute[] attributes);
abstract member GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (attributes As Attribute()) As EventDescriptorCollection

Parâmetros

attributes
Attribute[]

Uma matriz do tipo Attribute.

Retornos

Um objeto EventDescriptorCollection que representa os eventos desta instância.

Implementações

Aplica-se a

GetEvents()

Entende os eventos dessa ocasião.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents();
abstract member GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents () As EventDescriptorCollection

Retornos

Um objeto EventDescriptorCollection que representa os eventos desta instância.

Implementações

Aplica-se a