TextUndoHistoryState Enumeration

Provides information about the state of an ITextUndoHistory.

Namespace:  Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

Syntax

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

Members

Member name Description
Idle The ITextUndoHistory is not in the process of performing an undo or redo.
Redoing The ITextUndoHistory is in the process of executing its Redo method.
Undoing The ITextUndoHistory is in the process of executing its Undo method.

See Also

Reference

Microsoft.VisualStudio.Text.Operations Namespace