IVsSccGlyphs Interface

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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")> _
Public Interface IVsSccGlyphs
'Usage
Dim instance As IVsSccGlyphs
[InterfaceTypeAttribute()]
[GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")]
public interface IVsSccGlyphs
[InterfaceTypeAttribute()]
[GuidAttribute(L"9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")]
public interface class IVsSccGlyphs
public interface IVsSccGlyphs

Remarks

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.

See Also

Reference

IVsSccGlyphs Members

Microsoft.VisualStudio.Shell.Interop Namespace