Graph::LoadAndMerge Method (XDocument^, array<GraphSchema^>^)
Visual Studio 2015
Loads the graph object model from the given XDocument and merges it into the graph.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Parameters
- doc
-
Type:
System.Xml.Linq::XDocument^
The XDocument to load.
- schemas
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphSchema^>^
The schemas.
Show: