GraphNodeCollection::GetFiltered Method (Predicate<GraphNode^>^)

 

Returns all nodes in the graph that match according to the given filter

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

public:
IEnumerable<GraphNode^>^ GetFiltered(
	Predicate<GraphNode^>^ filter
)

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

Return to top
Show: