AxHost.ICustomTypeDescriptor.GetEvents Méthode

Définition

Retourne les événements pour l'objet actif.

Surcharges

ICustomTypeDescriptor.GetEvents()

Retourne les événements pour l'objet actif.

ICustomTypeDescriptor.GetEvents(Attribute[])

Retourne les événements pour l'objet actif à l'aide du tableau d'attributs spécifié en tant que filtre.

ICustomTypeDescriptor.GetEvents()

Retourne les événements pour l'objet actif.

 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

EventDescriptorCollection

EventDescriptorCollection qui représente les événements pour l'objet actif.

Implémente

Remarques

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

S’applique à

ICustomTypeDescriptor.GetEvents(Attribute[])

Retourne les événements pour l'objet actif à l'aide du tableau d'attributs spécifié en tant que 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 de type Attribute utilisé comme filtre.

Retours

EventDescriptorCollection

EventDescriptorCollection qui représente les événements pour AxHost qui correspondent au jeu d'attributs donné.

Implémente

S’applique à