Sdílet prostřednictvím


GraphCategoryCollection.GetCategoriesBasedOn – metoda

Obor názvů:  Microsoft.VisualStudio.GraphModel
Sestavení:  Microsoft.VisualStudio.GraphModel (v Microsoft.VisualStudio.GraphModel.dll)

Syntaxe

'Deklarace
Public Function GetCategoriesBasedOn ( _
    baseCategory As GraphCategory _
) As IEnumerable(Of GraphCategory)
public IEnumerable<GraphCategory> GetCategoriesBasedOn(
    GraphCategory baseCategory
)
public:
IEnumerable<GraphCategory^>^ GetCategoriesBasedOn(
    GraphCategory^ baseCategory
)
member GetCategoriesBasedOn : 
        baseCategory:GraphCategory -> IEnumerable<GraphCategory> 
public function GetCategoriesBasedOn(
    baseCategory : GraphCategory
) : IEnumerable<GraphCategory>

Parametry

Vrácená hodnota

Typ: System.Collections.Generic.IEnumerable<GraphCategory>

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphCategoryCollection Třída

Microsoft.VisualStudio.GraphModel – obor názvů