TextUndoRedoEventArgs.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the transaction that was processed in this undo or redo.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ Transaction { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction Transaction { get; }
member this.Transaction : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Public ReadOnly Property Transaction As ITextUndoTransaction
Property Value
The transaction that was processed in this undo or redo.