GraphSetterCollection::Owner Property

 

Get the Graph that this collection belongs to

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

public:
property Graph^ Owner {
	virtual Graph^ get() sealed;
}

Property Value

Type: Microsoft.VisualStudio.GraphModel::Graph^

Returns Graph.

Return to top
Show: