GraphSchema.AddSchema(GraphSchema) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Add a child schema to this GraphSchema
public:
void AddSchema(Microsoft::VisualStudio::GraphModel::GraphSchema ^ schema);
public void AddSchema (Microsoft.VisualStudio.GraphModel.GraphSchema schema);
member this.AddSchema : Microsoft.VisualStudio.GraphModel.GraphSchema -> unit
Public Sub AddSchema (schema As GraphSchema)
Parameters
- schema
- GraphSchema
The child to add
Exceptions
If this schema is a child of the given schema or if this schema IsDocumentSchema