DbConnectionStringBuilder.ICustomTypeDescriptor.GetEvents Método

Definição

Retorna os eventos desta instância de um componente.

Sobrecargas

ICustomTypeDescriptor.GetEvents()

Retorna os eventos desta instância de um componente.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retorna os eventos desta instância de um componente usando a matriz de atributos especificada como um filtro.

ICustomTypeDescriptor.GetEvents()

Origem:
DbConnectionStringBuilder.cs
Origem:
DbConnectionStringBuilder.cs
Origem:
DbConnectionStringBuilder.cs

Retorna os eventos desta 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

Retornos

Um EventDescriptorCollection que representa os eventos da instância deste componente.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DbConnectionStringBuilder é convertida em uma interface de ICustomTypeDescriptor.

Para obter mais informações, consulte GetEvents.

Confira também

Aplica-se a

ICustomTypeDescriptor.GetEvents(Attribute[])

Origem:
DbConnectionStringBuilder.cs
Origem:
DbConnectionStringBuilder.cs
Origem:
DbConnectionStringBuilder.cs

Retorna os eventos desta instância de um componente usando a matriz de atributos 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);
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[]

Uma matriz do tipo Attribute que é usada como um filtro.

Retornos

Um EventDescriptorCollection que representa os eventos filtrados da instância deste componente.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de DbConnectionStringBuilder é convertida em uma interface de ICustomTypeDescriptor.

Para obter mais informações, consulte GetEvents.

Confira também

Aplica-se a