SubMenuStyle.ICustomTypeDescriptor.GetEvents Méthode

Définition

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

Surcharges

Nom Description
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 explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est convertie en ICustomTypeDescriptor interface.

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

Qui EventDescriptorCollection contient les événements de cette instance.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est convertie en ICustomTypeDescriptor interface.

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

Qui EventDescriptorCollection contient les événements filtrés pour cette instance.

Implémente

Remarques

Ce membre est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance SubMenuStyle est convertie en ICustomTypeDescriptor interface.

S’applique à