Allows full customization of source control glyphs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in microsoft.visualstudio.shell.interop.8.0.dll)
[InterfaceTypeAttribute(1)]
[GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")]
public interface IVsSccGlyphs
/** @attribute InterfaceTypeAttribute(1) */
/** @attribute GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F") */
public interface IVsSccGlyphs
InterfaceTypeAttribute(1)
GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")
public interface IVsSccGlyphs
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.