ITextUndoHistory Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CanRedo | Determines whether a single redo is possible. |
![]() | CanUndo | Determines whether a single undo is possible. |
![]() | CurrentTransaction | Gets the current undo transaction in progress. |
![]() | LastRedoTransaction | Gets the most recent (top) item of the RedoStack. |
![]() | LastUndoTransaction | Gets the most recent (top) item of the UndoStack. |
![]() | Properties | (Inherited from IPropertyOwner.) |
![]() | RedoDescription | Gets the description of the most recent visible redo ITextUndoTransaction. |
![]() | RedoStack | The redo stack for this history. It does not include any currently open or undo transactions. |
![]() | State | Gets the current state of the undo history. |
![]() | UndoDescription | Gets the description of the most recent visible undo ITextUndoTransaction. |
![]() | UndoStack | The undo stack for this history. It does not include any currently open or redo transactions. |
Show:
