Compartilhar via


Método IVsTextBuffer.Reload

Recarrega o buffer de texto.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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 se a ação de descarregamento não podem ser desfeita. Atualmente, não desfazer suporte não for implementada, para que a recarga é sempre podem ser desfeita.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextBuffer::Reload(
   [in] BOOL fUndoable
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextBuffer Interface

Namespace Microsoft.VisualStudio.TextManager.Interop