Graph::AddSchema Method (GraphSchema^)
Visual Studio 2015
Adds a new schema to the Graph. As soon as it is added, it cannot be removed again as nodes or links might be using categories or properties from the schema.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- schema
-
Type:
Microsoft.VisualStudio.GraphModel::GraphSchema^
The schema to add to the graph.
Show: