TypeDelegator.GetEvents Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un tableau d'objets EventInfo représentant tous les événements publics déclarés ou hérités par le TypeDelegator
en cours.
Surcharges
GetEvents(BindingFlags) |
Retourne les événements spécifiés dans |
GetEvents() |
Retourne un tableau d'objets EventInfo représentant tous les événements publics déclarés ou hérités par le |
GetEvents(BindingFlags)
- Source:
- TypeDelegator.cs
- Source:
- TypeDelegator.cs
- Source:
- TypeDelegator.cs
Retourne les événements spécifiés dans bindingAttr
qui sont déclarés ou hérités par le TypeDelegator
en cours.
public:
override cli::array <System::Reflection::EventInfo ^> ^ GetEvents(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.EventInfo[] GetEvents (System.Reflection.BindingFlags bindingAttr);
override this.GetEvents : System.Reflection.BindingFlags -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents (bindingAttr As BindingFlags) As EventInfo()
Paramètres
- bindingAttr
- BindingFlags
Masque de bits qui affecte la manière dont la recherche est effectuée. La valeur est une combinaison de zéro ou de plusieurs indicateurs binaires de BindingFlags.
Retours
Tableau de type EventInfo
contenant les événements spécifiés dans bindingAttr
. En l'absence d'événements, un tableau vide est retourné.
S’applique à
GetEvents()
- Source:
- TypeDelegator.cs
- Source:
- TypeDelegator.cs
- Source:
- TypeDelegator.cs
Retourne un tableau d'objets EventInfo représentant tous les événements publics déclarés ou hérités par le TypeDelegator
en cours.
public:
override cli::array <System::Reflection::EventInfo ^> ^ GetEvents();
public override System.Reflection.EventInfo[] GetEvents ();
override this.GetEvents : unit -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents () As EventInfo()
Retours
Tableau qui contient tous les événements déclarés ou hérités par le type actuel. En l'absence d'événements, un tableau vide est retourné.