GraphSchema::AddSchema Method (GraphSchema^)
Visual Studio 2015
Adds a child schema to this GraphSchema.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- schema
-
Type:
Microsoft.VisualStudio.GraphModel::GraphSchema^
The child to add.
| Exception | Condition |
|---|---|
| GraphException | If this schema is a child of the given schema or if this schema IsDocumentSchema. |
Show: