Partager via


TypeDescriptor.GetEventsFromRegisteredType(Type) Méthode

Définition

Obtient une collection d’événements pour un type de composant spécifié.

public:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType (Type componentType);
static member GetEventsFromRegisteredType : Type -> System.ComponentModel.EventDescriptorCollection
Public Shared Function GetEventsFromRegisteredType (componentType As Type) As EventDescriptorCollection

Paramètres

componentType
Type

Type du composant cible.

Retours

Un EventDescriptorCollection avec les événements de ce composant.

S’applique à