IVsShell2 Interface
Visual Studio 2015
Supplies shell services in addition to the IVsShell interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | LoadPackageStringWithLCID(Guid, UInt32, UInt32, String) | Loads a localized string resource from a VSPackage satellite DLL. |
IVsShell2 offers additional shell services to address localization.
Notes to Callers:
Call IVsShell in conjunction with the environment service, SVsShell, to implement VSPackages, projects, editors, and other entities that require access to local registry information. You call IVsShell2 to directly manipulate other VSPackages. IVsShell2 lets you access the LoadPackageStringWithLCID method.
Show:
