Partager via


IVsTextBufferCoordinator.GetSecondaryBuffer, méthode

Retourne la mémoire tampon de langue secondaire.

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 GetSecondaryBuffer ( _
    <OutAttribute> ByRef ppBuffer As IVsTextLines _
) As Integer
int GetSecondaryBuffer(
    out IVsTextLines ppBuffer
)
int GetSecondaryBuffer(
    [OutAttribute] IVsTextLines^% ppBuffer
)
abstract GetSecondaryBuffer : 
        ppBuffer:IVsTextLines byref -> int
function GetSecondaryBuffer(
    ppBuffer : IVsTextLines
) : int

Paramètres

Valeur de retour

Type : Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Notes

Signature de COM

De singlefileeditor.idl :

HRESULT GetSecondaryBuffer(
   [out] IVsTextLines **ppBuffer
);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextBufferCoordinator Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms