Compartir a través de


IVsTextBufferCoordinator.GetSecondaryBuffer (Método)

Devuelve el búfer secundario de lenguaje.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Int32
Si finaliza correctamente, devuelve S_OK; de lo contrario, devuelve un código de error.

Comentarios

Prototipo COM

de singlefileeditor.idl:

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

Seguridad de .NET Framework

Vea también

Referencia

IVsTextBufferCoordinator Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)