Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents

Para obter uma descrição de esse membro, consulte GetEvents.

Namespace:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (em Microsoft.VisualStudio.Data.Framework.dll)

Sintaxe

'Declaração
Private Function GetEvents As EventDescriptorCollection
    Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection 
private override GetEvents : unit -> EventDescriptorCollection 
JScript não oferece suporte a implementações explícitas da interface.

Valor de retorno

Tipo: System.ComponentModel.EventDescriptorCollection
Retorna os eventos para essa instância do componente.

Implementações

ICustomTypeDescriptor.GetEvents()

Comentários

Esse membro é uma implementação explícita do membro da interface.Pode ser usada somente quando ConnectionStringBuilder é convertido em uma interface de ICustomTypeDescriptor .

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Sobrecargas GetEvents

Namespace Microsoft.VisualStudio.Data.Framework.AdoDotNet