IVsTextManager.AttemptToCheckOutBufferFromScc, méthode

Informations de méthode non fournies.

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

Syntaxe

'Déclaration
Function AttemptToCheckOutBufferFromScc ( _
    pBufData As IVsUserData, _
    <OutAttribute> ByRef pfCheckoutSucceeded As Integer _
) As Integer
int AttemptToCheckOutBufferFromScc(
    IVsUserData pBufData,
    out int pfCheckoutSucceeded
)
int AttemptToCheckOutBufferFromScc(
    [InAttribute] IVsUserData^ pBufData, 
    [OutAttribute] int% pfCheckoutSucceeded
)
abstract AttemptToCheckOutBufferFromScc : 
        pBufData:IVsUserData * 
        pfCheckoutSucceeded:int byref -> int
function AttemptToCheckOutBufferFromScc(
    pBufData : IVsUserData, 
    pfCheckoutSucceeded : int
) : int

Paramètres

  • pfCheckoutSucceeded
    Type : Int32%

    Ne pas utiliser.

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextManager Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms