Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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. | |
Undoing | The ITextUndoHistory is in the process of executing its Undo method. | |
Redoing | The ITextUndoHistory is in the process of executing its Redo method. |