IVsRegisterScciProvider Interface
This interface is used to register the source control package with Visual Studio.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsRegisterScciProvider
[GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[InterfaceTypeAttribute()]
public interface IVsRegisterScciProvider
[GuidAttribute(L"53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[InterfaceTypeAttribute()]
public interface class IVsRegisterScciProvider
[<GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")>]
[<InterfaceTypeAttribute()>]
type IVsRegisterScciProvider = interface end
public interface IVsRegisterScciProvider
The IVsRegisterScciProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
RegisterSourceControlProvider | This method is called by the source control package when the package is loaded. |
Top
Remarks
Notes to Implementers
This interface is implemented by Visual Studio (as part of the environment).
Notes to Callers
This interface is called by source control packages when they want to register their availability with Visual Studio.