ITextUndoTransaction Properties
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Text.Operations
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. |
![]() | Description | Gets or sets the description. |
![]() | History | Gets the ITextUndoHistory that contains this transaction. |
![]() | MergePolicy | Gets the IMergeTextUndoTransactionPolicy associated with this transaction. |
![]() | Parent | Gets the ITextUndoTransaction that contains this transaction. |
![]() | State | Gets the UndoTransactionState for the ITextUndoTransaction. |
![]() | UndoPrimitives | Gets the collection of ITextUndoPrimitive objects in this container. |
Show:
