Share via


IVsSccManager3.RegisterSccProject Method

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

Syntax

'Declaration
Function RegisterSccProject ( _
    pscp2Project As IVsSccProject2, _
    pszSccProjectName As String, _
    pszSccAuxPath As String, _
    pszSccLocalPath As String, _
    pszProvider As String _
) As Integer
int RegisterSccProject(
    IVsSccProject2 pscp2Project,
    string pszSccProjectName,
    string pszSccAuxPath,
    string pszSccLocalPath,
    string pszProvider
)
int RegisterSccProject(
    [InAttribute] IVsSccProject2^ pscp2Project, 
    [InAttribute] String^ pszSccProjectName, 
    [InAttribute] String^ pszSccAuxPath, 
    [InAttribute] String^ pszSccLocalPath, 
    [InAttribute] String^ pszProvider
)
abstract RegisterSccProject : 
        pscp2Project:IVsSccProject2 * 
        pszSccProjectName:string * 
        pszSccAuxPath:string * 
        pszSccLocalPath:string * 
        pszProvider:string -> int
function RegisterSccProject(
    pscp2Project : IVsSccProject2, 
    pszSccProjectName : String, 
    pszSccAuxPath : String, 
    pszSccLocalPath : String, 
    pszProvider : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsSccManager3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace