IVsTrackProjectRetargeting2.UnadviseTrackBatchRetargetingEvents Method

Definition

Unsubscribes from TrackBatchRetargeting 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

The subscription cookie.

Returns

The HRESULT.

Implements

Applies to