Share via


IVsGetScciProviderInterface.GetSourceControlProviderInterface Method

Gets the specified source code control provider object.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
Sub GetSourceControlProviderInterface ( _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppvObject As IntPtr _
)
void GetSourceControlProviderInterface(
    ref Guid riid,
    out IntPtr ppvObject
)
void GetSourceControlProviderInterface(
    [InAttribute] Guid% riid, 
    [OutAttribute] IntPtr% ppvObject
)
abstract GetSourceControlProviderInterface : 
        riid:Guid byref * 
        ppvObject:IntPtr byref -> unit
function GetSourceControlProviderInterface(
    riid : Guid, 
    ppvObject : IntPtr
)

Parameters

  • riid
    Type: System.Guid%

    [in] Identifier of the requested source code control provider interface.

  • ppvObject
    Type: System.IntPtr%

    [out] Address of a pointer containing the requested source control provider interface.

.NET Framework Security

See Also

Reference

IVsGetScciProviderInterface Interface

Microsoft.VisualStudio.Shell.Interop Namespace