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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("49440575-E33C-4169-9735-F3FD5AE54D8D")> _
Public Interface IVsSccProvider
'Usage
Dim instance As IVsSccProvider
[InterfaceTypeAttribute()]
[GuidAttribute("49440575-E33C-4169-9735-F3FD5AE54D8D")]
public interface IVsSccProvider
[InterfaceTypeAttribute()]
[GuidAttribute(L"49440575-E33C-4169-9735-F3FD5AE54D8D")]
public interface class IVsSccProvider
public interface IVsSccProvider

Remarks

The Source Control Package 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.

See Also

Reference

IVsSccProvider Members

Microsoft.VisualStudio.Shell.Interop Namespace