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
- pscp2Project
Type: Microsoft.VisualStudio.Shell.Interop.IVsSccProject2
- pszSccProjectName
Type: String
- pszSccAuxPath
Type: String
- pszSccLocalPath
Type: String
- pszProvider
Type: String
Return Value
Type: Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.