ITextUndoHistory.CurrentTransaction 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 current UndoTransaction in progress.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ CurrentTransaction { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction CurrentTransaction { get; }
member this.CurrentTransaction : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Public ReadOnly Property CurrentTransaction As ITextUndoTransaction
Property Value
The current undo operation.