GraphCategory::IsBasedOn Method (GraphCategory^)
Visual Studio 2015
Determines if this category is based upon the specified category. Walks the entire "BasedOn" chain looking for the specified category.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- baseCategory
-
Type:
Microsoft.VisualStudio.GraphModel::GraphCategory^
the base category to check
Return Value
Type: System::Booleantrue if this category is based on the specified category, including if this category IS the base category
Show: