DynamicActivity<TResult>.ICustomTypeDescriptor.GetEvents Méthode

Définition

Retourne la collection d’événements de l’activité dynamique.

Surcharges

ICustomTypeDescriptor.GetEvents()

Retourne la collection d’événements de l’activité dynamique.

ICustomTypeDescriptor.GetEvents(Attribute[])

Renvoie la collection d’événements de l’activité dynamique en utilisant un tableau d’attributs spécifié comme filtre.

ICustomTypeDescriptor.GetEvents()

Retourne la collection d’événements de l’activité dynamique.

 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 DynamicActivity<TResult> est castée en interface ICustomTypeDescriptor.

S’applique à

ICustomTypeDescriptor.GetEvents(Attribute[])

Renvoie la collection d’événements de l’activité dynamique en utilisant un tableau d’attributs spécifié 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[]

Tableau que vous pouvez utiliser comme filtre.

Retours

Collection des événements qui correspondent aux attributs spécifiés.

Implémente

Remarques

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

S’applique à