IHasGraphOwner::Owner Property

 

Gets the Graph that this object belongs to.

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

property Graph^ Owner {
	Graph^ get();
}

Property Value

Type: Microsoft.VisualStudio.GraphModel::Graph^

Returns Graph.

Return to top
Show: