TextUndoRedoEventArgs::Transaction Property

 

Gets the transaction that was processed in this undo or redo.

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

public:
property ITextUndoTransaction^ Transaction {
	ITextUndoTransaction^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^

The transaction that was processed in this undo or redo.

Return to top
Show: