MoveableDecoratorHostShape.ICustomTypeDescriptor.GetEvents, méthode (array<Attribute[])
Retourne les événements pour cette instance d'un composant à l'aide du tableau d'attributs spécifié en tant que filtre.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Private Function GetEvents ( _
attributes As Attribute() _
) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents(
Attribute[] attributes
)
Paramètres
- attributes
Type : array<System.Attribute[]
Tableau de type System.Attribute utilisé comme filtre.
Valeur de retour
Type : System.ComponentModel.EventDescriptorCollection
Événements filtrés de la forme parente.
Implémentations
ICustomTypeDescriptor.GetEvents(array<Attribute[])
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.