ITextUndoPrimitive::Parent Property

 

Gets or sets the ITextUndoTransaction that contains the primitive.

Namespace:   Microsoft.VisualStudio.Text.Operations
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.

Return to top
Show: