Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface is used to register the source control package with Visual Studio.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsRegisterScciProvider
'Usage
Dim instance As IVsRegisterScciProvider
[GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[InterfaceTypeAttribute()]
public interface IVsRegisterScciProvider
[GuidAttribute(L"53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[InterfaceTypeAttribute()]
public interface class IVsRegisterScciProvider
public interface IVsRegisterScciProvider
Remarks
Notes to Implementers:
This interface is implemented by Visual Studio (as part of the environment).
Notes to Callers:
This interface is called by source control packages when they want to register their availability with Visual Studio.