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
pBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextBuffer[in] pointeur à l'interface d'IVsTextBuffer.
pszFileName
Type : String[in] nom de fichier d'intérêt.
pbCheckoutSucceeded
Type : Int32%[] true si l'extraction a réussi.
piStatusFlags
Type : Int32%[] pour plus d'informations consultez l'tagVSQueryEditResult.
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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.