ITextUndoHistory Properties

 

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

NameDescription
System_CAPS_pubpropertyCanRedo

Determines whether a single redo is possible.

System_CAPS_pubpropertyCanUndo

Determines whether a single undo is possible.

System_CAPS_pubpropertyCurrentTransaction

Gets the current undo transaction in progress.

System_CAPS_pubpropertyLastRedoTransaction

Gets the most recent (top) item of the RedoStack.

System_CAPS_pubpropertyLastUndoTransaction

Gets the most recent (top) item of the UndoStack.

System_CAPS_pubpropertyProperties

(Inherited from IPropertyOwner.)

System_CAPS_pubpropertyRedoDescription

Gets the description of the most recent visible redo ITextUndoTransaction.

System_CAPS_pubpropertyRedoStack

The redo stack for this history. It does not include any currently open or undo transactions.

System_CAPS_pubpropertyState

Gets the current state of the undo history.

System_CAPS_pubpropertyUndoDescription

Gets the description of the most recent visible undo ITextUndoTransaction.

System_CAPS_pubpropertyUndoStack

The undo stack for this history. It does not include any currently open or redo transactions.

Return to top
Show: