IVsPackageLoadEvents Interface

 

Represents package load events.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("21861181-88B1-410A-BCA8-441FB3F3F1FC")]
public interface class IVsPackageLoadEvents

NameDescription
System_CAPS_pubmethodOnPackageLoaded(Guid, IVsPackage^)

Occurs when the package is loaded.

Return to top
Show: