IVsSccGlyphs2.GetCustomGlyphMonikerList(UInt32) Method

Definition

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.

Applies to