AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents Método

Definição

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Recupera os eventos para a instância especificada de um componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Recupera os eventos para esta instância de um componente usando a matriz de atributo especificada como um filtro.

ICustomTypeDescriptor.GetEvents()

Recupera os eventos para a instância especificada de um componente.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Retornos

EventDescriptorCollection

Retorna um EventDescriptorCollection objeto que representa os eventos para a instância de componente especificada.

Implementações

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Recupera os eventos para esta instância de um componente usando a matriz de atributo especificada como um filtro.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Parâmetros

attributes
Attribute[]

Uma matriz do tipo Attribute que é usada como um filtro

Retornos

EventDescriptorCollection

Retorna um EventDescriptorCollection representando os eventos filtrados para a instância de componente especificada.

Implementações

Aplica-se a