IVsTrackProjectRetargeting.UnadviseTrackProjectRetargetingEvents(UInt32) 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.
Désactive la réception des notifications d'événements de reciblage par les clients.
public:
int UnadviseTrackProjectRetargetingEvents(System::UInt32 dwCookie);
public:
int UnadviseTrackProjectRetargetingEvents(unsigned int dwCookie);
int UnadviseTrackProjectRetargetingEvents(unsigned int dwCookie);
public int UnadviseTrackProjectRetargetingEvents (uint dwCookie);
abstract member UnadviseTrackProjectRetargetingEvents : uint32 -> int
Public Function UnadviseTrackProjectRetargetingEvents (dwCookie As UInteger) As Integer
Paramètres
- dwCookie
- UInt32
[in] Valeur unique retournée par la méthode AdviseTrackProjectRetargetingEvents(IVsTrackProjectRetargetingEvents, UInt32) .
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.