Graph::OrphanNodes Property

 

Gets all nodes that are not children of any GraphGroup.

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

public:
property IEnumerable<GraphNode^>^ OrphanNodes {
	IEnumerable<GraphNode^>^ get();
}
Return to top
Show: