Graph::VisibleNodes Property

 

Returns the visible nodes (node.IsVisible == true).

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

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