IVsRegisterScciProvider Interface
Visual Studio 2015
This interface is used to register the source control package with Visual Studio.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | RegisterSourceControlProvider(Guid) | This method is called by the source control package when the package is loaded. |
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.
Show:
