Sdílet prostřednictvím


GraphCategoryCollection.AddNewCategory – metoda (String, Graph)

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

Syntaxe

'Deklarace
Public Function AddNewCategory ( _
    id As String, _
    metadataGraph As Graph _
) As GraphCategory
public GraphCategory AddNewCategory(
    string id,
    Graph metadataGraph
)
public:
GraphCategory^ AddNewCategory(
    String^ id, 
    Graph^ metadataGraph
)
member AddNewCategory : 
        id:string * 
        metadataGraph:Graph -> GraphCategory 
public function AddNewCategory(
    id : String, 
    metadataGraph : Graph
) : GraphCategory

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.GraphModel.GraphCategory

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

GraphCategoryCollection Třída

AddNewCategory – přetížení

Microsoft.VisualStudio.GraphModel – obor názvů