Share via


IVsGetScciProviderInterface.GetSourceControlProviderID Method

Gets a pointer to the active source code control provider.

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

Syntax

'Declaration
Sub GetSourceControlProviderID ( _
    <OutAttribute> ByRef pguidSCCProvider As Guid _
)
void GetSourceControlProviderID(
    out Guid pguidSCCProvider
)
void GetSourceControlProviderID(
    [OutAttribute] Guid% pguidSCCProvider
)
abstract GetSourceControlProviderID : 
        pguidSCCProvider:Guid byref -> unit
function GetSourceControlProviderID(
    pguidSCCProvider : Guid
)

Parameters

  • pguidSCCProvider
    Type: System.Guid%

    [out] GUID of the active source code control provider.

.NET Framework Security

See Also

Reference

IVsGetScciProviderInterface Interface

Microsoft.VisualStudio.Shell.Interop Namespace