IVsTrackProjectRetargeting2.UnadviseTrackProjectRetargetingEvents Method

Definition

Unsubscribes from TrackProjectRetargeting

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

The subscription cookie.

Returns

The HRESULT.

Implements

Applies to