Share via


GraphCategoryCollection.AddNewCategory Method (String)

Registers a new GraphCategory with default metadata creator.

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

Syntax

'Declaration
Public Function AddNewCategory ( _
    id As String _
) As GraphCategory
public GraphCategory AddNewCategory(
    string id
)
public:
GraphCategory^ AddNewCategory(
    String^ id
)
member AddNewCategory : 
        id:string -> GraphCategory
public function AddNewCategory(
    id : String
) : GraphCategory

Parameters

  • id
    Type: String

    Unique ID of the GraphCategory.

Return Value

Type: Microsoft.VisualStudio.GraphModel.GraphCategory
The newly registered GraphCategory object.

Exceptions

Exception Condition
ArgumentNullException

Thrown if ID is null.

InvalidOperationException

Thrown if ID is empty string.

.NET Framework Security

See Also

Reference

GraphCategoryCollection Class

AddNewCategory Overload

Microsoft.VisualStudio.GraphModel Namespace