ITextUndoTransaction Properties

 

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

NameDescription
System_CAPS_pubpropertyCanRedo

Determines whether it is currently possible to call Do successfully.

System_CAPS_pubpropertyCanUndo

Determines whether it is currently possible to call Undo() successfully.

System_CAPS_pubpropertyDescription

Gets or sets the description.

System_CAPS_pubpropertyHistory

Gets the ITextUndoHistory that contains this transaction.

System_CAPS_pubpropertyMergePolicy

Gets the IMergeTextUndoTransactionPolicy associated with this transaction.

System_CAPS_pubpropertyParent

Gets the ITextUndoTransaction that contains this transaction.

System_CAPS_pubpropertyState
System_CAPS_pubpropertyUndoPrimitives

Gets the collection of ITextUndoPrimitive objects in this container.

Return to top
Show: