IVsWebMigrationService::GetProjectSCCInfo Method (String^, array<String^>^, array<String^>^, array<String^>^, array<String^>^)

 

Gets source code control information for a project.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: