Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[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
The IVsSccGlyphs type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]() |
GetCustomGlyphList | Called by the IDE to get a custom glyph image list for source control status. |
Top
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.
.gif)