GraphSchema.AddSchema Method
This member overrides Graph.AddSchema(GraphSchema).
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Overrides Sub AddSchema ( _
schema As GraphSchema _
)
public override void AddSchema(
GraphSchema schema
)
public:
virtual void AddSchema(
GraphSchema^ schema
) override
abstract AddSchema :
schema:GraphSchema -> unit
override AddSchema :
schema:GraphSchema -> unit
public override function AddSchema(
schema : GraphSchema
)
Parameters
- schema
Type: Microsoft.VisualStudio.GraphModel.GraphSchema
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.