WindowHelperService.UnregisterWindowMessageHandler(WindowMessage) 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.
Annule l'enregistrement du délégué spécifié pour les notifications d'événements.
public:
bool UnregisterWindowMessageHandler(System::Activities::Presentation::Hosting::WindowMessage ^ callback);
public bool UnregisterWindowMessageHandler (System.Activities.Presentation.Hosting.WindowMessage callback);
member this.UnregisterWindowMessageHandler : System.Activities.Presentation.Hosting.WindowMessage -> bool
Public Function UnregisterWindowMessageHandler (callback As WindowMessage) As Boolean
Paramètres
- callback
- WindowMessage
Délégué à supprimer des notifications d'événements.
Retours
true si l'opération réussit ; sinon false.