ITextUndoTransaction::Parent Property
Visual Studio 2015
Gets the ITextUndoTransaction that contains this transaction.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Property Value
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^The parent ITextUndoTransaction.
This property is null if this is a root transaction. It is transient, since completed transactions are not nested.
Show: