IVsTrackProjectRetargeting.UnadviseTrackProjectRetargetingEvents Method

Definition

Disables clients from receiving notifications of retargeting events.

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

Parameters

dwCookie
UInt32

[in] A unique value returned from the AdviseTrackProjectRetargetingEvents(IVsTrackProjectRetargetingEvents, UInt32) method.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to