IVsTrackProjectRetargeting2::AdviseTrackBatchRetargetingEvents Method (IVsTrackBatchRetargetingEvents^, UInt32)

 

Subscribes to TrackBatchProjectRetargeting evesnts.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

int AdviseTrackBatchRetargetingEvents(
	IVsTrackBatchRetargetingEvents^ pEventSink,
	[OutAttribute] unsigned int% pdwCookie
)

Parameters

pEventSink
Type: Microsoft.VisualStudio.Shell.Interop::IVsTrackBatchRetargetingEvents^

The event sink.

pdwCookie
Type: System::UInt32

[out] The cookie.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: