IMergeableUndo.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.
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