IVsSccManager3::RegisterSccProject Method (IVsSccProject2^, String^, String^, String^, String^)
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
int RegisterSccProject(
IVsSccProject2^ pscp2Project,
String^ pszSccProjectName,
String^ pszSccAuxPath,
String^ pszSccLocalPath,
String^ pszProvider
)
Parameters
- pscp2Project
- Type: Microsoft.VisualStudio.Shell.Interop::IVsSccProject2^
- pszSccProjectName
- Type: System::String^
- pszSccAuxPath
- Type: System::String^
- pszSccLocalPath
- Type: System::String^
- pszProvider
- Type: System::String^
Return Value
Type: System::Int32
Show: