Share via


IVsSccGlyphs Interface

Definition

Allows full customization of source control glyphs.

public interface class IVsSccGlyphs
public interface class IVsSccGlyphs
__interface IVsSccGlyphs
[System.Runtime.InteropServices.Guid("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSccGlyphs
[System.Runtime.InteropServices.Guid("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSccGlyphs
[<System.Runtime.InteropServices.Guid("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSccGlyphs = interface
[<System.Runtime.InteropServices.Guid("9C82CA77-A583-4FD1-8C15-0B3995D9AB2F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSccGlyphs = interface
Public Interface IVsSccGlyphs
Attributes

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.

Methods

Name Description
GetCustomGlyphList(UInt32, IntPtr)
GetCustomGlyphList(UInt32, UInt32)

Called by the IDE to get a custom glyph image list for source control status.

Applies to