Compartilhar via


IVsTrackProjectRetargeting.UnadviseTrackBatchRetargetingEvents(UInt32) Method

Definition

Disables clients from receiving notifications of batch retargeting events.

public:
 int UnadviseTrackBatchRetargetingEvents(System::UInt32 dwCookie);
public:
 int UnadviseTrackBatchRetargetingEvents(unsigned int dwCookie);
int UnadviseTrackBatchRetargetingEvents(unsigned int dwCookie);
public int UnadviseTrackBatchRetargetingEvents (uint dwCookie);
abstract member UnadviseTrackBatchRetargetingEvents : uint32 -> int
Public Function UnadviseTrackBatchRetargetingEvents (dwCookie As UInteger) As Integer

Parameters

dwCookie
UInt32

[in] A unique value returned from the AdviseTrackBatchRetargetingEvents(IVsTrackBatchRetargetingEvents, UInt32) method.

Returns

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

Applies to