IVsShell6 Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdvisePackageLoadEvents(IVsPackageLoadEvents^) | Subscribes to package load events. |
![]() | CreatePackageExtension(Guid, Guid, Guid) | Loads, if necessary, the specified package and creates an instance of the given type of extension point using IVsPackageExtensionProvider. |
![]() | LoadPackageWithContext(Guid, Int32, Guid) | Loads a package. If the package is not already loaded, this method provides additional diagnostic information about the reason for loading. Negative reason codes are reserved by the environment. |
![]() | NotifyExtensionSettingsChanged() | For extenders to notify when the settings have changed. |
![]() | UnadvisePackageLoadEvents(UInt32) | Unsubscribes from package load events. |
Show:
