Partilhar via


Método VsTextBufferClass.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
Public Overridable Function Reload ( _
    fUndoable As Integer _
) As Integer
public virtual int Reload(
    int fUndoable
)
public:
virtual int Reload(
    [InAttribute] int fUndoable
)
abstract Reload : 
        fUndoable:int -> int  
override Reload : 
        fUndoable:int -> int
public 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

Implementações

IVsTextBuffer.Reload(Int32)

Segurança do .NET Framework

Consulte também

Referência

VsTextBufferClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop