Partilhar via


Método AdoDotNetConnectionProperties.ICustomTypeDescriptor.GetEvents (array<Attribute )

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 ( _
    attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
    Attribute[] attributes
)
private:
virtual EventDescriptorCollection^ GetEvents(
    array<Attribute^>^ attributes
) sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
private override GetEvents : 
        attributes:Attribute[] -> EventDescriptorCollection 
JScript não oferece suporte a implementações explícitas da interface.

Parâmetros

  • attributes
    Tipo: array<System.Attribute[]
    Uma matriz dos atributos como usar como um filtro.Isso pode ser nulluma referência nula (Nothing no Visual Basic).

Valor de retorno

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

Implementações

ICustomTypeDescriptor.GetEvents(array<Attribute[])

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