Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ITextUndoTransaction that contains this transaction.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
ReadOnly Property Parent As ITextUndoTransaction
ITextUndoTransaction Parent { get; }
property ITextUndoTransaction^ Parent {
ITextUndoTransaction^ get ();
}
abstract Parent : ITextUndoTransaction
function get Parent () : ITextUndoTransaction
Property Value
Type: Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction
The parent ITextUndoTransaction.
Remarks
This property is nulla null reference (Nothing in Visual Basic) if this is a root transaction. It is transient, since completed transactions are not nested.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.