This topic has not yet been rated - Rate this topic

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)

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

The Source Control VSPackage Sample demonstrates the use of this interface.

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.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ