ITextUndoTransaction.Parent 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 ITextUndoTransaction that contains this transaction.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ Parent { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction Parent { get; }
member this.Parent : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
Public ReadOnly Property Parent As ITextUndoTransaction
Property Value
The parent ITextUndoTransaction.
Remarks
This property can be null if this is a root transaction. It is transient, since completed transactions are not nested.