Share via


GraphCategoryCollection Constructor

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

Syntax

'Declaration
Public Sub New ( _
    schema As GraphSchema _
)
public GraphCategoryCollection(
    GraphSchema schema
)
public:
GraphCategoryCollection(
    GraphSchema^ schema
)
new : 
        schema:GraphSchema -> GraphCategoryCollection
public function GraphCategoryCollection(
    schema : GraphSchema
)

Parameters

.NET Framework Security

See Also

Reference

GraphCategoryCollection Class

Microsoft.VisualStudio.GraphModel Namespace