GraphUndoManager<T>::RedoStack Property

 

Gets the current entries on the redo stack, ordered most to least recent.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

protected:
property IEnumerable<T>^ RedoStack {
	virtual IEnumerable<T>^ get() abstract;
}

Property Value

Type: System.Collections.Generic::IEnumerable<T>^

Entries from the redo stack, ordered most to least recent.

Return to top
Show: