IVsSccGlyphs Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows full customization of source control glyphs.
public interface class IVsSccGlyphs
C++/CX
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
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.
This interface is called by projects.
Get |
|
Get |
Called by the IDE to get a custom glyph image list for source control status. |
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |