GraphCategoryCollection.AddNewCategory, méthode (String, Graph)
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
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
Paramètres
- id
Type : System.String
- metadataGraph
Type : Microsoft.VisualStudio.GraphModel.Graph
Valeur de retour
Type : Microsoft.VisualStudio.GraphModel.GraphCategory
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.