GraphCategoryCollection::GetCategoriesBasedOn Method (GraphCategory^)
Visual Studio 2015
Gets an enumeration of all categories that are based on the specified base category.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- baseCategory
-
Type:
Microsoft.VisualStudio.GraphModel::GraphCategory^
Base category to search with.
Return Value
Type: System.Collections.Generic::IEnumerable<GraphCategory^>^The categories that are based on the base category. Includes the base category itself.
Show: