IGraphContext::OutputNodes Property

 

The nodes that answer the query posed by the context.

More data may be present in the Graph than in the OutputNodes.

OutputNodes must be part of the Graph.

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

property ISet<GraphNode^>^ OutputNodes {
	ISet<GraphNode^>^ get();
}
Return to top
Show: