Graph::LoadAndMerge Method (String^, EventHandler<GraphDeserializationProgressEventArgs^>^, array<GraphSchema^>^)
Visual Studio 2015
Loads the graph object model from the given file and merges it in to the graph.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: void LoadAndMerge( String^ filename, EventHandler<GraphDeserializationProgressEventArgs^>^ progressHandler, ... array<GraphSchema^>^ schemas )
Parameters
- filename
-
Type:
System::String^
The graph file to load.
- progressHandler
-
Type:
System::EventHandler<GraphDeserializationProgressEventArgs^>^
Callback handler for reporting load progress.
- schemas
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphSchema^>^
The schemas.
Show: