IVsShell7 Interface

Visual Studio 2015
 

Provides access to the fundamental environment services, specifically those dealing with VSPackages and the registry.

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

[GuidAttribute("912079DD-342A-4A53-AB7F-752553679A47")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsShell7

NameDescription
System_CAPS_pubpropertySccGlyphImageListImageMoniker

Gets the ImageMoniker used to retrieve an HIMAGELIST from the IVsImageService2 for the SCC glyph icons (those returned by VSSPROPID_SCCGlyphsImgList). Using this ImageMoniker instead of the SCCGlyphsImgList allows for better high-DPI scaling, as the image list.

NameDescription
System_CAPS_pubmethodLoadPackageAsync(Guid)

Loads a package asynchronously.

System_CAPS_pubmethodLoadPackageWithContextAsync(Guid, Int32, Guid)

Loads a package asynchronously with context.

Return to top
Show: