Partager via


IVsTextManager2.GetBufferSccStatus3, méthode

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetBufferSccStatus3 ( _
    pBuffer As IVsTextBuffer, _
    pszFileName As String, _
    <OutAttribute> ByRef pbCheckoutSucceeded As Integer, _
    <OutAttribute> ByRef piStatusFlags As Integer _
) As Integer
int GetBufferSccStatus3(
    IVsTextBuffer pBuffer,
    string pszFileName,
    out int pbCheckoutSucceeded,
    out int piStatusFlags
)
int GetBufferSccStatus3(
    [InAttribute] IVsTextBuffer^ pBuffer, 
    [InAttribute] String^ pszFileName, 
    [OutAttribute] int% pbCheckoutSucceeded, 
    [OutAttribute] int% piStatusFlags
)
abstract GetBufferSccStatus3 : 
        pBuffer:IVsTextBuffer * 
        pszFileName:string * 
        pbCheckoutSucceeded:int byref * 
        piStatusFlags:int byref -> int
function GetBufferSccStatus3(
    pBuffer : IVsTextBuffer, 
    pszFileName : String, 
    pbCheckoutSucceeded : int, 
    piStatusFlags : int
) : int

Paramètres

  • pszFileName
    Type : String

    [in] nom de fichier d'intérêt.

  • pbCheckoutSucceeded
    Type : Int32%

    [] true si l'extraction a réussi.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

Signature de COM

De textmgr.idl :

HRESULT IVsTextManager2::GetBufferSccStatus3(
   [in] IVsTextBuffer *pBuffer,
   [in] const WCHAR *pszFileName,
   [out] BOOL *pbCheckoutSucceeded,
   [out] int *piStatusFlags
);

GetBufferSccStatus3 et l'AttemptToCheckOutBufferFromScc3 sont les moyens par défaut pour interagir avec le SCC.

Sécurité .NET Framework

Voir aussi

Référence

IVsTextManager2 Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms