Partager via


SubMenuStyle.ICustomTypeDescriptor.GetEvents Méthode

Définition

Pour obtenir une description de ce membre, consultez ICustomTypeDescriptor.GetEvents.

Surcharges

ICustomTypeDescriptor.GetEvents()

Pour obtenir une description de ce membre, consultez GetEvents().

ICustomTypeDescriptor.GetEvents(Attribute[])

Pour obtenir une description de ce membre, consultez GetEvents(Attribute[]).

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est castée vers l’interface ICustomTypeDescriptor .

ICustomTypeDescriptor.GetEvents()

Pour obtenir une description de ce membre, consultez GetEvents().

 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 contient les événements pour cette instance.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est castée vers l’interface ICustomTypeDescriptor .

S’applique à

ICustomTypeDescriptor.GetEvents(Attribute[])

Pour obtenir une description de ce membre, consultez GetEvents(Attribute[]).

 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 contient les événements filtrés pour cette instance.

Implémente

Remarques

Ce membre est une implémentation d'un membre d'interface explicite. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est castée vers l’interface ICustomTypeDescriptor .

S’applique à