IVsSccGlyphs2.GetCustomGlyphMonikerList(UInt32) Method
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 a list of custom ImageMonikers for SCC state icons specific to an SCC provider.
public:
Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ GetCustomGlyphMonikerList(System::UInt32 baseIndex);
public:
Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList ^ GetCustomGlyphMonikerList(unsigned int baseIndex);
Microsoft::VisualStudio::Shell::Interop::IVsImageMonikerImageList GetCustomGlyphMonikerList(unsigned int baseIndex);
public Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList GetCustomGlyphMonikerList (uint baseIndex);
abstract member GetCustomGlyphMonikerList : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsImageMonikerImageList
Public Function GetCustomGlyphMonikerList (baseIndex As UInteger) As IVsImageMonikerImageList
Parameters
- baseIndex
- UInt32
The number of base icons in the central image list
Returns
The list of custom ImageMonikers from the SCC provider.