IVsSccProvider Interface

 

Toggles the current activity status of the provider.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[InterfaceTypeAttribute(1)]
[GuidAttribute("49440575-E33C-4169-9735-F3FD5AE54D8D")]
public interface IVsSccProvider

NameDescription
System_CAPS_pubmethodAnyItemsUnderSourceControl(Int32)

Determines if any item in the solution are under source control.

System_CAPS_pubmethodSetActive()

Called by environment to mark a particular source control package as active.

System_CAPS_pubmethodSetInactive()

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.

Return to top
Show: