Freigeben über


GraphCategoryCollection.GetCategoriesBasedOn-Methode

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

Syntax

'Declaration
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>

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphCategoryCollection Klasse

Microsoft.VisualStudio.GraphModel-Namespace