ITextUndoHistory::LastRedoTransaction Property

 

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

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

property ITextUndoTransaction^ LastRedoTransaction {
	ITextUndoTransaction^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^

The most recent (top) item of the redo stac, or null if the stack is empty.

Return to top
Show: