ReloadResult Enumeration

Represents the possible results of reloading a text document.

Namespace:  Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'Declaration
Public Enumeration ReloadResult
public enum ReloadResult
public enum class ReloadResult
type ReloadResult
public enum ReloadResult

Members

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.

Remarks

This enumeration provides the return value of the Reload methods on ITextDocument.

See Also

Reference

Microsoft.VisualStudio.Text Namespace