ITextDocument::Save Method ()
Visual Studio 2015
Saves the contents of the TextBuffer to the FilePath.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Exception | Condition |
|---|---|
| InvalidOperationException | This object is in the middle of raising events. |
| UnauthorizedAccessException | An access error occurred during file save. |
| IOException | An I/O error occurred during file save. |
| ObjectDisposedException | This object has been disposed. |
Show: