IVsTrackProjectRetargeting.UnadviseTrackProjectRetargetingEvents(UInt32) Méthode

Définition

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

Int32

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

S’applique à