IVsPackageLoadEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents package load events.
public interface class IVsPackageLoadEvents
public interface class IVsPackageLoadEvents
__interface IVsPackageLoadEvents
[System.Runtime.InteropServices.Guid("21861181-88B1-410A-BCA8-441FB3F3F1FC")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPackageLoadEvents
[<System.Runtime.InteropServices.Guid("21861181-88B1-410A-BCA8-441FB3F3F1FC")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPackageLoadEvents = interface
Public Interface IVsPackageLoadEvents
- Attributes
Methods
OnPackageLoaded(Guid, IVsPackage) |
Occurs when the package is loaded. |