Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents package load events.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("21861181-88B1-410A-BCA8-441FB3F3F1FC")> _
Public Interface IVsPackageLoadEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("21861181-88B1-410A-BCA8-441FB3F3F1FC")]
public interface IVsPackageLoadEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"21861181-88B1-410A-BCA8-441FB3F3F1FC")]
public interface class IVsPackageLoadEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("21861181-88B1-410A-BCA8-441FB3F3F1FC")>]
type IVsPackageLoadEvents = interface end
public interface IVsPackageLoadEvents
The IVsPackageLoadEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnPackageLoaded | Occurs when the package is loaded. |
Top