IVsRegisterScciProvider Interface

 

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)

[GuidAttribute("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[InterfaceTypeAttribute(1)]
public interface IVsRegisterScciProvider

NameDescription
System_CAPS_pubmethodRegisterSourceControlProvider(Guid)

This method is called by the source control package when the package is loaded.

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.

Return to top
Show: