ITextUndoPrimitive::Parent Property
Visual Studio 2015
Gets or sets the ITextUndoTransaction that contains the primitive.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
property ITextUndoTransaction^ Parent { ITextUndoTransaction^ get(); void set(ITextUndoTransaction^ value); }
Property Value
Type: Microsoft.VisualStudio.Text.Operations::ITextUndoTransaction^The ITextUndoTransaction that contains the primitive.
Show: