IVsShell6::AdvisePackageLoadEvents Method (IVsPackageLoadEvents^)

 

Subscribes to package load events.

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

unsigned int AdvisePackageLoadEvents(
	IVsPackageLoadEvents^ eventSink
)

Parameters

eventSink
Type: Microsoft.VisualStudio.Shell.Interop::IVsPackageLoadEvents^

The event sink.

Return Value

Type: System::UInt32

The cookie.

Return to top
Show: