GraphUndoUnit.Merge(IMergeableUndo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Merges the undo unit into this one
public:
virtual void Merge(Microsoft::VisualStudio::GraphModel::IMergeableUndo ^ undo);
public void Merge (Microsoft.VisualStudio.GraphModel.IMergeableUndo undo);
abstract member Merge : Microsoft.VisualStudio.GraphModel.IMergeableUndo -> unit
override this.Merge : Microsoft.VisualStudio.GraphModel.IMergeableUndo -> unit
Public Sub Merge (undo As IMergeableUndo)
Parameters
- undo
- IMergeableUndo