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

 

Loads the graph object model from the given XDocument and merges it into the graph.

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

public:
void LoadAndMerge(
	XDocument^ doc,
	... array<GraphSchema^>^ schemas
)

Parameters

doc
Type: System.Xml.Linq::XDocument^

The XDocument to load.

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

The schemas.

Return to top
Show: