GraphLinkCollection::GetFiltered Method (Func<GraphLink^, Boolean>^)

 

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<GraphLink^>^ GetFiltered(
	Func<GraphLink^, bool>^ filter
)

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

Return to top
Show: