ITextDocument::Reload Method (EditOptions)
Visual Studio 2015
Reloads the contents of FilePath into TextBuffer, using the given EditOptions.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Parameters
- options
-
Type:
Microsoft.VisualStudio.Text::EditOptions
The options to use for the text buffer edit.
| Exception | Condition |
|---|---|
| InvalidOperationException | This object is in the middle of raising events. |
| UnauthorizedAccessException | An access error occurred during file load. |
| IOException | An I/O error occurred during file load. |
| ObjectDisposedException | This object has been disposed. |
If the load fails, the contents of the ITextBuffer remains unchanged.
Show: