IVsSccProvider Interface
Visual Studio 2015
Toggles the current activity status of the provider.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | AnyItemsUnderSourceControl(Int32) | Determines if any item in the solution are under source control. |
![]() | SetActive() | Called by environment to mark a particular source control package as active. |
![]() | SetInactive() | Called by environment to mark a particular source control package as inactive. |
Third-party VSIP partners implement this interface when they want to provide their own source control package. The methods on this interface toggle the current activity status of the provider
Notes to Implementers:
This interface is required by all source control packages.
Notes to Callers:
Called by the environment.
Show:
