VsTextBufferClass.Reload(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.