ReloadResult Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The return value of Reload methods on ITextDocument.
public enum class ReloadResult
public enum class ReloadResult
enum ReloadResult
public enum ReloadResult
type ReloadResult =
Public Enum ReloadResult
- Inheritance
-
ReloadResult
Fields
Aborted | 0 | The reload was blocked by the text document buffer's read only regions or Changing event. |
Succeeded | 1 | The reload completed. |
SucceededWithCharacterSubstitutions | 2 | The reload completed but some bytes could not be decoded and were replaced with a replacement character. |
Remarks
This enumeration provides the return value of the Reload methods on ITextDocument.