Share via


IVsShell7.SccGlyphImageListImageMoniker Property

Definition

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.

public:
 property Microsoft::VisualStudio::Imaging::Interop::ImageMoniker SccGlyphImageListImageMoniker { Microsoft::VisualStudio::Imaging::Interop::ImageMoniker get(); };
[System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")]
[System.Runtime.InteropServices.DispId(1610678274)]
public Microsoft.VisualStudio.Imaging.Interop.ImageMoniker SccGlyphImageListImageMoniker { get; }
[<System.Runtime.InteropServices.ComAliasName("ImageParameters140.ImageMoniker")>]
[<System.Runtime.InteropServices.DispId(1610678274)>]
member this.SccGlyphImageListImageMoniker : Microsoft.VisualStudio.Imaging.Interop.ImageMoniker
Public ReadOnly Property SccGlyphImageListImageMoniker As ImageMoniker

Property Value

Returns ImageMoniker.

Attributes

Applies to