IVsWebMigrationService.GetProjectSCCInfo(String, String[], String[], String[], String[]) Methode

Definition

Ruft Quell Code Verwaltungsinformationen für ein Projekt ab.

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

Parameter

bstrProjectFIle
String

Der Name der Projektdatei.

pbstrSccProjectName
String[]

vorgenommen Der Projektname der Quell Code Verwaltung.

pbstrSccAuxPath
String[]

vorgenommen Der Erweiterungs Pfad für die Quell Code Verwaltung.

pbstrSccLocalPath
String[]

vorgenommen Der lokale Pfad für die Quell Code Verwaltung.

pbstrProvider
String[]

vorgenommen Der Quell Code Verwaltungs Anbieter.

Gibt zurück

Int32

Das HRESULT.

Gilt für