IVsSccGlyphs2::GetCustomGlyphMonikerList Method (UInt32)

Visual Studio 2015
 

Gets a list of custom ImageMonikers for SCC state icons specific to an SCC provider.

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

IVsImageMonikerImageList^ GetCustomGlyphMonikerList(
	unsigned int baseIndex
)

Parameters

baseIndex
Type: System::UInt32

The number of base icons in the central image list

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsImageMonikerImageList^

The list of custom ImageMonikers from the SCC provider.

Return to top
Show: