ITextUndoTransaction::AddUndo Method (ITextUndoPrimitive^)

 

Adds a new undo primitive to the end of the list when the transaction is open.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

void AddUndo(
	ITextUndoPrimitive^ undo
)

Parameters

undo
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoPrimitive^

The undo primitive.

Return to top
Show: