Share via


IVsWebMigrationService.GetProjectSCCInfo Method

Definition

Gets source code control information for a project.

public:
 int GetProjectSCCInfo(System::String ^ bstrProjectFIle, cli::array <System::String ^> ^ pbstrSccProjectName, cli::array <System::String ^> ^ pbstrSccAuxPath, cli::array <System::String ^> ^ pbstrSccLocalPath, cli::array <System::String ^> ^ pbstrProvider);
public:
 int GetProjectSCCInfo(Platform::String ^ bstrProjectFIle, Platform::Array <Platform::String ^> ^ pbstrSccProjectName, Platform::Array <Platform::String ^> ^ pbstrSccAuxPath, Platform::Array <Platform::String ^> ^ pbstrSccLocalPath, Platform::Array <Platform::String ^> ^ pbstrProvider);
int GetProjectSCCInfo(std::wstring const & bstrProjectFIle, std::Array <std::wstring const &> const & pbstrSccProjectName, std::Array <std::wstring const &> const & pbstrSccAuxPath, std::Array <std::wstring const &> const & pbstrSccLocalPath, std::Array <std::wstring const &> const & pbstrProvider);
public int GetProjectSCCInfo (string bstrProjectFIle, string[] pbstrSccProjectName, string[] pbstrSccAuxPath, string[] pbstrSccLocalPath, string[] pbstrProvider);
abstract member GetProjectSCCInfo : string * string[] * string[] * string[] * string[] -> int
Public Function GetProjectSCCInfo (bstrProjectFIle As String, pbstrSccProjectName As String(), pbstrSccAuxPath As String(), pbstrSccLocalPath As String(), pbstrProvider As String()) As Integer

Parameters

bstrProjectFIle
String

The name of the project file.

pbstrSccProjectName
String[]

[out] The source control project name.

pbstrSccAuxPath
String[]

[out] The auxiliary path for source code control.

pbstrSccLocalPath
String[]

[out] The local path for source code control.

pbstrProvider
String[]

[out] The source code control provider.

Returns

The HRESULT.

Applies to