Graph::LoadAndMerge Method (String^, array<GraphSchema^>^)

 

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

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

public:
void LoadAndMerge(
	String^ filename,
	... array<GraphSchema^>^ schemas
)

Parameters

filename
Type: System::String^

The graph file to load.

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

The schemas.

Return to top
Show: