IVsGetScciProviderInterface Interface

Definition

Gets the source code control provider interface.

public interface class IVsGetScciProviderInterface
public interface class IVsGetScciProviderInterface
__interface IVsGetScciProviderInterface
[System.Runtime.InteropServices.Guid("53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsGetScciProviderInterface
[<System.Runtime.InteropServices.Guid("53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsGetScciProviderInterface = interface
Public Interface IVsGetScciProviderInterface
Attributes

Methods

GetSourceControlProviderID(Guid)

Gets a pointer to the active source code control provider.

GetSourceControlProviderInterface(Guid, IntPtr)

Gets the specified source code control provider object.

Applies to