Método MoveableDecoratorHostShape.ICustomTypeDescriptor.GetEvents (array<Attribute )
Retorna os eventos para esta instância de um componente usando a matriz de atributo especificado como um filtro.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxe
'Declaração
Private Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
Attribute[] attributes
)
Parâmetros
- attributes
Tipo: array<System.Attribute[]
Uma matriz do tipo System. Attribute que é usado como um filtro.
Valor de retorno
Tipo: System.ComponentModel.EventDescriptorCollection
Eventos filtrados de forma pai.
Implementações
ICustomTypeDescriptor.GetEvents(array<Attribute[])
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.