GraphSchema::FindCategories Method (IEnumerable<String^>^)
Visual Studio 2015
Gets all the GraphCategories with the specified IDs in this schema and all child schemas recursively.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- idList
-
Type:
System.Collections.Generic::IEnumerable<String^>^
Unique IDs of the GraphCategories to obtain.
Return Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^The matching GraphCategories.
Show: