Share via


CodeDomSerializerBase.GetEventsHelper Méthode

Définition

Récupère une collection d’événements telle que définie dans la version cible du projet de .NET.

protected:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance, cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.EventDescriptorCollection GetEventsHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[] attributes);
protected static System.ComponentModel.EventDescriptorCollection GetEventsHelper (System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[]? attributes);
static member GetEventsHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj * Attribute[] -> System.ComponentModel.EventDescriptorCollection
Protected Shared Function GetEventsHelper (manager As IDesignerSerializationManager, instance As Object, attributes As Attribute()) As EventDescriptorCollection

Paramètres

manager
IDesignerSerializationManager

Gestionnaire de sérialisation.

instance
Object

Objet du type cible.

attributes
Attribute[]

Tableau d’attributs à passer à la version cible de .NET.

Retours

Collection d’événements telle que définie dans la version cible du projet de .NET.

S’applique à