ITextUndoTransaction Properties

Include Protected Members
Include Inherited Members

The ITextUndoTransaction type exposes the following members.

Properties

  Name Description
Public property CanRedo Determines whether it is currently possible to call Do successfully.
Public property CanUndo Determines whether it is currently possible to call Undo() successfully.
Public property Description Gets or sets the description.
Public property History Gets the ITextUndoHistory that contains this transaction.
Public property MergePolicy Gets the IMergeTextUndoTransactionPolicy associated with this transaction.
Public property Parent Gets the ITextUndoTransaction that contains this transaction.
Public property State Gets the UndoTransactionState for the ITextUndoTransaction.
Public property UndoPrimitives Gets the collection of ITextUndoPrimitive objects in this container.

Top

See Also

Reference

ITextUndoTransaction Interface

Microsoft.VisualStudio.Text.Operations Namespace