ReloadResult Enum

Definition

The return value of Reload methods on ITextDocument.

C++/CX
public enum class ReloadResult
Inheritance
ReloadResult

Fields

Name Value Description
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.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022