GraphLinkCollection::GetFiltered Method (Func<GraphLink^, Boolean>^)
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::Func<GraphLink^, Boolean>^
The filter to use to check which links to include in the result
Return Value
Type: System.Collections.Generic::IEnumerable<GraphLink^>^The links chosen by the filter
Show: