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
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")> _
Public Interface IVsSccGlyphs
'Utilisation
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")>]
type IVsSccGlyphs = interface end
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.