GraphNodeCollection::GetFiltered Method (Predicate<GraphNode^>^)
Visual Studio 2015
Returns all nodes in the graph that match according to the given filter
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- filter
-
Type:
System::Predicate<GraphNode^>^
The filter to use to check which nodes to include in the result
Return Value
Type: System.Collections.Generic::IEnumerable<GraphNode^>^The Nodes chosen by the filter
Show: