VsTextBufferClass.IVsTextLines_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 IVsTextLines_Reload(int fUndoable) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::Reload;
public:
virtual int IVsTextLines_Reload(int fUndoable);
public:
virtual int IVsTextLines_Reload(int fUndoable) = Microsoft::VisualStudio::TextManager::Interop::IVsTextLines::Reload;
virtual int IVsTextLines_Reload(int fUndoable);
public virtual int IVsTextLines_Reload (int fUndoable);
abstract member IVsTextLines_Reload : int -> int
override this.IVsTextLines_Reload : int -> int
Public Overridable Function IVsTextLines_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.