Partilhar via


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

Recupera os eventos para essa instância de um componente que usa a matriz especificada do atributo como um filtro.

Namespace:  Microsoft.VisualStudio.Data.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data (em Microsoft.VisualStudio.Data.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

Valor de retorno

Tipo: System.ComponentModel.EventDescriptorCollection
Retorna EventDescriptorCollection que representa os eventos filtrados para a instância do componente especificada.

Implementações

ICustomTypeDescriptor.GetEvents(array<Attribute[])

Comentários

Esse método oferece uma implementação do método de GetEvents .Para obter mais informações consulte o método de GetEvents na biblioteca de classes de .NET Framework .

Se Attribute está especificado na matriz de attributes e o evento não tem uma instância da classe para esse atributo, a matriz retornada inclui o evento se Attribute é o evento padrão.

Segurança do .NET Framework

Consulte também

Referência

AdoDotNetConnectionProperties Classe

Sobrecargas GetEvents

Namespace Microsoft.VisualStudio.Data.AdoDotNet