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
- attributes
Tipo: array<System.Attribute[]
Uma matriz do tipo Attribute que é usado como um filtro
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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.