ITextUndoPrimitive.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 or sets the ITextUndoTransaction that contains the primitive.
public:
property Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ Parent { Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ get(); void set(Microsoft::VisualStudio::Text::Operations::ITextUndoTransaction ^ value); };
public Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction Parent { get; set; }
member this.Parent : Microsoft.VisualStudio.Text.Operations.ITextUndoTransaction with get, set
Public Property Parent As ITextUndoTransaction
Property Value
The ITextUndoTransaction that contains the primitive.