IVsShell7.SccGlyphImageListImageMoniker Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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