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