GraphCategory.IsBasedOn(GraphCategory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if this category is based upon the specified category. Walks the entire "BasedOn" chain looking for the specified category.
public:
bool IsBasedOn(Microsoft::VisualStudio::GraphModel::GraphCategory ^ baseCategory);
public bool IsBasedOn (Microsoft.VisualStudio.GraphModel.GraphCategory baseCategory);
member this.IsBasedOn : Microsoft.VisualStudio.GraphModel.GraphCategory -> bool
Public Function IsBasedOn (baseCategory As GraphCategory) As Boolean
Parameters
- baseCategory
- GraphCategory
The base category to check
Returns
True if this category is based on the specified category, including if this category IS the base category