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
ppBuffer
Type : Microsoft.VisualStudio.TextManager.Interop.IVsTextLines%[] retourne un objet d'IVsTextLines qui représente la mémoire tampon secondaire.
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
- 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.