GraphObject::Owner Property

 

Gets the Graph object that this object belongs to.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
property Graph^ Owner {
	virtual Graph^ get() sealed;
	internal: virtual void set(Graph^ value) sealed;
}
Return to top
Show: