GraphCategoryCollection::GetCategoriesBasedOn Method (GraphCategory^)

 

Gets an enumeration of all categories that are based on the specified base category.

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

public:
IEnumerable<GraphCategory^>^ GetCategoriesBasedOn(
	GraphCategory^ baseCategory
)

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.

Return to top
Show: