ITextUndoTransaction::Parent Property

 

Gets the ITextUndoTransaction that contains this transaction.

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

property ITextUndoTransaction^ Parent {
	ITextUndoTransaction^ get();
}

This property is null if this is a root transaction. It is transient, since completed transactions are not nested.

Return to top
Show: