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
- baseCategory
Typ: Microsoft.VisualStudio.GraphModel.GraphCategory
Vrácená hodnota
Typ: System.Collections.Generic.IEnumerable<GraphCategory>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.