ITextDocument.SaveCopy Method
Include Protected Members
Include Inherited Members
Saves the contents of the TextBuffer.
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 | |
---|---|---|
SaveCopy(String, Boolean) | Saves the contents of the TextBuffer to the given filePath. | |
SaveCopy(String, Boolean, Boolean) | Saves the contents of the TextBuffer to the specified file path. |
Top