DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Método

Definição

Devolve os eventos para esta instância de um componente.

Sobrecargas

Name Description
ICustomTypeDescriptor.GetEvents()

Devolve os eventos para esta instância de um componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Devolve os eventos para esta instância de um componente usando o array de atributos especificado como filtro.

ICustomTypeDescriptor.GetEvents()

Devolve os eventos para esta instância de um componente.

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

Devoluções

An EventDescriptorCollection que representa os eventos para esta instância componente.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.

Para obter mais informações, veja GetEvents.

Ver também

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Devolve os eventos para esta instância de um componente usando o array de atributos especificado como filtro.

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

Parâmetros

attributes
Attribute[]

Um array de tipos Attribute que é usado como filtro.

Devoluções

An EventDescriptorCollection que representa os eventos filtrados para esta instância componente.

Implementações

Observações

Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a DbConnectionStringBuilder instância é transmitida para uma ICustomTypeDescriptor interface.

Para obter mais informações, veja GetEvents.

Ver também

Aplica-se a