IVsRegisterScciProvider Interface

Definition

This interface is used to register the source control package with Visual Studio.

public interface class IVsRegisterScciProvider
public interface class IVsRegisterScciProvider
__interface IVsRegisterScciProvider
[System.Runtime.InteropServices.Guid("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsRegisterScciProvider
[<System.Runtime.InteropServices.Guid("53544C4D-C1F3-4FA8-BEA7-EA1A8FECFDD9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsRegisterScciProvider = interface
Public Interface IVsRegisterScciProvider
Attributes

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.

Methods

RegisterSourceControlProvider(Guid)

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

Applies to