Interop.ICustomTypeDescriptor.GetEvents Méthode

Définition

Retourne la collection d’événements de l’élément Activity contenu.

Surcharges

ICustomTypeDescriptor.GetEvents()

Retourne la collection d’événements de l’élément Activity contenu.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retourne la collection d'événements de l'Activity contenue en utilisant la tableau spécifié d'attributs comme filtre.

ICustomTypeDescriptor.GetEvents()

Retourne la collection d’événements de l’élément Activity contenu.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents() = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents ();
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Function GetEvents () As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Retours

Collection d'événements.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Interop est castée en interface ICustomTypeDescriptor.

S’applique à

ICustomTypeDescriptor.GetEvents(Attribute[])

Retourne la collection d'événements de l'Activity contenue en utilisant la tableau spécifié d'attributs comme filtre.

 virtual System::ComponentModel::EventDescriptorCollection ^ System.ComponentModel.ICustomTypeDescriptor.GetEvents(cli::array <Attribute ^> ^ attributes) = System::ComponentModel::ICustomTypeDescriptor::GetEvents;
System.ComponentModel.EventDescriptorCollection ICustomTypeDescriptor.GetEvents (Attribute[] attributes);
abstract member System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.System.ComponentModel.ICustomTypeDescriptor.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Function GetEvents (attributes As Attribute()) As EventDescriptorCollection Implements ICustomTypeDescriptor.GetEvents

Paramètres

attributes
Attribute[]

Attributs utilisés pour filtrer les événements retournés.

Retours

Collection d'événements de l'Activity contenue.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Il peut uniquement être utilisé lorsque l'instance de Interop est castée en interface ICustomTypeDescriptor.

S’applique à