GraphObject.GetDerivedCategory Method

Definition

Overloads

GetDerivedCategory(GraphCategory)

Return first matching leaf category that has the given category in its heirarchy.

GetDerivedCategory(String)

Return first matching leaf category that has the given category in its heirarchy.

GetDerivedCategory(GraphCategory)

Return first matching leaf category that has the given category in its heirarchy.

C++
public:
 Microsoft::VisualStudio::GraphModel::GraphCategory ^ GetDerivedCategory(Microsoft::VisualStudio::GraphModel::GraphCategory ^ parentCategory);

Parameters

parentCategory
GraphCategory

The category to find

Returns

Return first matching leaf category

Applies to

Visual Studio SDK 2022 an aner Versiounen
Produkt Versiounen
Visual Studio SDK 2017, 2019, 2022

GetDerivedCategory(String)

Return first matching leaf category that has the given category in its heirarchy.

C++
public:
 Microsoft::VisualStudio::GraphModel::GraphCategory ^ GetDerivedCategory(System::String ^ parentCategory);

Parameters

parentCategory
String

The category to find

Returns

Return first matching leaf category

Applies to

Visual Studio SDK 2022 an aner Versiounen
Produkt Versiounen
Visual Studio SDK 2017, 2019, 2022