Share via


IMergeableUndo.Merge(IMergeableUndo) Method

Definition

Performs the Merge action of multiple undo units with the same Causality.

public:
 void Merge(Microsoft::VisualStudio::GraphModel::IMergeableUndo ^ undo);
public void Merge (Microsoft.VisualStudio.GraphModel.IMergeableUndo undo);
abstract member Merge : Microsoft.VisualStudio.GraphModel.IMergeableUndo -> unit
Public Sub Merge (undo As IMergeableUndo)

Parameters

undo
IMergeableUndo

Checks and Merges the undo action. Called from inside a graph transaction

Applies to