GraphNodeCollection::GetByCategory Method (array<String^>^)

 

Returns all nodes in the graph that have the specified categories

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

public:
IEnumerable<GraphNode^>^ GetByCategory(
	... array<String^>^ categories
)

Parameters

categories
Type: array<System::String^>^

list of category ID's

Return Value

Type: System.Collections.Generic::IEnumerable<GraphNode^>^

nodes that match the filter set

Return to top
Show: