ITextDocument.Reload Method
Include Protected Members
Include Inherited Members
Reloads the document.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Reload() | Reloads the contents of FilePath into a TextBuffer. | |
Reload(EditOptions) | Reloads the contents of FilePath into TextBuffer, using the given EditOptions. |
Top