IGraphContext::Graph Property

 

The graph that new data will be added to.

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

property Graph^ Graph {
	Graph^ get();
	void set(Graph^ value);
}
Return to top
Show: