Graph::LoadAndMerge Method (Stream^, EventHandler<GraphDeserializationProgressEventArgs^>^, array<GraphSchema^>^)

 

Loads the graph object model from the given stream and merges it in to the graph.

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public:
void LoadAndMerge(
	Stream^ stream,
	EventHandler<GraphDeserializationProgressEventArgs^>^ progressHandler,
	... array<GraphSchema^>^ schemas
)

Parameters

stream
Type: System.IO::Stream^

The stream to load.

progressHandler
Type: System::EventHandler<GraphDeserializationProgressEventArgs^>^

Callback handler for reporting load progress.

schemas
Type: array<Microsoft.VisualStudio.GraphModel::GraphSchema^>^

The schemas.

Return to top
Show: