Gets the source code control provider interface.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")> _
Public Interface IVsGetScciProviderInterface
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")]
public interface IVsGetScciProviderInterface
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")]
public interface class IVsGetScciProviderInterface
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("53544C4D-C1F3-0ADC-BEA7-EA1A8FECFDD9")>]
type IVsGetScciProviderInterface =  interface end
public interface IVsGetScciProviderInterface
The IVsGetScciProviderInterface type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetSourceControlProviderID | Gets a pointer to the active source code control provider. | 
| .gif) | GetSourceControlProviderInterface | Gets the specified source code control provider object. | 
Top