IVsWebMigrationService::GetProjectSCCInfo Method (String^, array<String^>^, array<String^>^, array<String^>^, array<String^>^)
Visual Studio 2015
Gets source code control information for a project.
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
int GetProjectSCCInfo( String^ bstrProjectFIle, array<String^>^ pbstrSccProjectName, array<String^>^ pbstrSccAuxPath, array<String^>^ pbstrSccLocalPath, array<String^>^ pbstrProvider )
Parameters
- bstrProjectFIle
-
Type:
System::String^
The name of the project file.
- pbstrSccProjectName
-
Type:
array<System::String^>^
[out] The source control project name.
- pbstrSccAuxPath
-
Type:
array<System::String^>^
[out] The auxiliary path for source code control.
- pbstrSccLocalPath
-
Type:
array<System::String^>^
[out] The local path for source code control.
- pbstrProvider
-
Type:
array<System::String^>^
[out] The source code control provider.
Show: