WeakEventManager.GetCurrentManager(Type) 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 l'implémentation WeakEventManager utilisée pour le type fourni.
protected:
static System::Windows::WeakEventManager ^ GetCurrentManager(Type ^ managerType);
protected static System.Windows.WeakEventManager GetCurrentManager (Type managerType);
static member GetCurrentManager : Type -> System.Windows.WeakEventManager
Protected Shared Function GetCurrentManager (managerType As Type) As WeakEventManager
Paramètres
- managerType
- Type
Le type pour qui obtenir le WeakEventManager.
Retours
L'implémentation WeakEventManager correspondante.
Remarques
ReceiveWeakEvent les implémentations appellent cette méthode à l’aide de leur passé managerType
. Le retourné WeakEventManager est ensuite utilisé comme différateur qui détermine l’événement reçu et le gestionnaire de classes privées à appeler.