ITextUndoPrimitive Interface
Visual Studio 2015
Represents an atomic operation that knows how to do, undo, and redo itself.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | CanRedo | Determines whether it is currently possible to call Do() successfully. |
![]() | CanUndo | Determines whether it is currently possible to call Undo() successfully. |
![]() | Parent | Gets or sets the ITextUndoTransaction that contains the primitive. |
| Name | Description | |
|---|---|---|
![]() | CanMerge(ITextUndoPrimitive) | Determines whether this undo primitive can merge with the specified undo primitive. |
![]() | Do() | Performs or redoes the operation. |
![]() | Merge(ITextUndoPrimitive) | Performs a merge with the specified undo primitive. |
![]() | Undo() | Performs undo on the primitive. |
Show:

