Compartir a través de


IVsTextView.GetBuffer (Método)

Devuelve el contenido actual del búfer de texto.

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

Sintaxis

'Declaración
Function GetBuffer ( _
    <OutAttribute> ByRef ppBuffer As IVsTextLines _
) As Integer
int GetBuffer(
    out IVsTextLines ppBuffer
)
int GetBuffer(
    [OutAttribute] IVsTextLines^% ppBuffer
)
abstract GetBuffer : 
        ppBuffer:IVsTextLines byref -> int
function GetBuffer(
    ppBuffer : IVsTextLines
) : int

Parámetros

Valor devuelto

Tipo: Int32
si el método tiene éxito, devuelve S_OK.Si se produce un error, devuelve un código de error.

Comentarios

Prototipo COM

de textmgr.idl:

HRESULT IVsTextView::GetBuffer(
   [out] IVsTextLines **ppBuffer
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextView Interfaz

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