VsTextBufferClass.Reload(Int32) Method

Definition

Reloads the text buffer.

public:
 virtual int Reload(int fUndoable) = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reload;
public:
 virtual int Reload(int fUndoable);
public:
 virtual int Reload(int fUndoable) = Microsoft::VisualStudio::TextManager::Interop::IVsTextBuffer::Reload;
 virtual int Reload(int fUndoable);
public virtual int Reload (int fUndoable);
abstract member Reload : int -> int
override this.Reload : int -> int
Public Overridable Function Reload (fUndoable As Integer) As Integer

Parameters

fUndoable
Int32

[in] Specifies whether the unload action is undoable. Currently, non-undo support is not implemented, so the reload is always undoable.

Returns

If the method succeeds, returns S_OK; otherwise, returns an error code.

Implements

Applies to