GraphCategory::IsBasedOn Method (GraphCategory^)

 

Determines if this category is based upon the specified category. Walks the entire "BasedOn" chain looking for the specified category.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
bool IsBasedOn(
	GraphCategory^ baseCategory
)

Parameters

baseCategory
Type: Microsoft.VisualStudio.GraphModel::GraphCategory^

the base category to check

Return Value

Type: System::Boolean

true if this category is based on the specified category, including if this category IS the base category

Return to top
Show: