IVsTextStream.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:
int Reload(int fUndoable);
public:
int Reload(int fUndoable);
int Reload(int fUndoable);
public int Reload (int fUndoable);
abstract member Reload : int -> int
Public 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, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextStream::Reload(
[in] BOOL fUndoable
);