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
‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("49440575-E33C-4169-9735-F3FD5AE54D8D")> _
Public Interface IVsSccProvider
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("49440575-E33C-4169-9735-F3FD5AE54D8D")>]
type IVsSccProvider = interface end
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.