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)

public enum ReloadResult

Member nameDescription
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.

Return to top
Show: