Udostępnij za pośrednictwem


Metoda IVsProjectUpgradeViaFactory.GetSccInfo — (String, String, String, String, String)

 

Pobiera informacje dotyczące kontroli kodu źródłowego.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.8.0 (w Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Składnia

int GetSccInfo(
    string bstrProjectFileName,
    out string pbstrSccProjectName,
    out string pbstrSccAuxPath,
    out string pbstrSccLocalPath,
    out string pbstrProvider
)
int GetSccInfo(
    String^ bstrProjectFileName,
    [OutAttribute] String^% pbstrSccProjectName,
    [OutAttribute] String^% pbstrSccAuxPath,
    [OutAttribute] String^% pbstrSccLocalPath,
    [OutAttribute] String^% pbstrProvider
)
abstract GetSccInfo : 
        bstrProjectFileName:string *
        pbstrSccProjectName:string byref *
        pbstrSccAuxPath:string byref *
        pbstrSccLocalPath:string byref *
        pbstrProvider:string byref -> int
Function GetSccInfo (
    bstrProjectFileName As String,
    <OutAttribute> ByRef pbstrSccProjectName As String,
    <OutAttribute> ByRef pbstrSccAuxPath As String,
    <OutAttribute> ByRef pbstrSccLocalPath As String,
    <OutAttribute> ByRef pbstrProvider As String
) As Integer

Parametry

  • bstrProjectFileName
    [w] Nazwa pliku projektu.
  • pbstrSccProjectName
    [out] Nazwa projektu kontroli źródła.
  • pbstrSccAuxPath
    [out] Pomocniczy ścieżka do magazynu kontroli źródła.
  • pbstrSccLocalPath
    [out] Lokalna ścieżka do magazynu kontroli źródła.
  • pbstrProvider
    [out] Dostawca kontroli źródła.

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

C++

Z vsshell80.idl:

HRESULT GetSccInfo(
    [in]  BSTR               bstrProjectFileName,
    [out] BSTR*              pbstrSccProjectName,
    [out] BSTR*              pbstrSccAuxPath,
    [out] BSTR*              pbstrSccLocalPath,
    [out] BSTR*              pbstrProvider
);

Zobacz też

Interfejs IVsProjectUpgradeViaFactory
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku