GraphNodeCollection::GetByCategory Method (array<String^>^)
Visual Studio 2015
Returns all nodes in the graph that have the specified categories
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
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
Show: