GraphUndoManager<T>::UndoStack Property

 

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

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

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

Property Value

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

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

Return to top
Show: