Partilhar via


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

Para obter uma descrição desse 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<Attribute[]

    Uma matriz de atributos para usar como um filtro. Ele pode ser nulluma referência nula (Nothing no Visual Basic).

Valor de retorno

Tipo: EventDescriptorCollection
Retorna os eventos desta instância de um componente.

Implementações

ICustomTypeDescriptor.GetEvents(Attribute)

Comentários

Este membro é uma implementação do membro de interface explícita. Pode ser usado 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