IVsSccGlyphs Interface
Visual Studio 2015
Allows full customization of source control glyphs.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetCustomGlyphList(UInt32, UInt32) | Called by the IDE to get a custom glyph image list for source control status. |
Notes to Implementers:
This interface is implemented by a source control package if it wants to provide custom glyphs that indicate the status of files under source control. A source control package can implement this interface if it chooses.
Notes to Callers:
This interface is called by projects.
Show:
