ReloadResult Enumeration
Visual Studio 2015
Represents the possible results of reloading a text document.
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
| Member name | Description | |
|---|---|---|
| Aborted | The reload was blocked by the text document buffer's read-only regions or by a Changing event. | |
| Succeeded | The reload completed. | |
| SucceededWithCharacterSubstitutions | The reload completed, but some bytes could not be decoded and were replaced with a replacement character. |
This enumeration provides the return value of the Reload methods on ITextDocument.
Show: