Compartir a través de


IVsTextBuffer.Reload (Método)

Recarga el 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 Reload ( _
    fUndoable As Integer _
) As Integer
int Reload(
    int fUndoable
)
int Reload(
    [InAttribute] int fUndoable
)
abstract Reload : 
        fUndoable:int -> int
function Reload(
    fUndoable : int
) : int

Parámetros

  • fUndoable
    Tipo: Int32

    [in] Especifica si la acción de descargar la esquematización. Actualmente, la compatibilidad de la no-fase de reversión no se implementa, por lo que la recarga siempre es undoable.

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 IVsTextBuffer::Reload(
   [in] BOOL fUndoable
);

Seguridad de .NET Framework

Vea también

Referencia

IVsTextBuffer Interfaz

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