GraphUndoManager<T>::Add Method (T)

 

Pushes the specified undo unit onto the undo stack.

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

protected:
virtual void Add(
	T undo
) abstract

Parameters

undo
Type: T

Undo unit to push.

Return to top
Show: