Partager via


Graph.LoadAndMerge Method

Include Protected Members
Include Inherited Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method LoadAndMerge(Stream, array<GraphSchema[]) Loads the graph object model from the given stream and merges it into the graph.
Public method LoadAndMerge(String, array<GraphSchema[]) Loads the graph object model from the given file and merges it in to the graph.
Public method LoadAndMerge(XDocument, array<GraphSchema[]) Loads the graph object model from the given XDocument and merges it into the graph.
Public method LoadAndMerge(Stream, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given stream and merges it in to the graph.
Public method LoadAndMerge(String, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given file and merges it in to the graph.
Public method LoadAndMerge(XDocument, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given XDocument and merges it into the graph.

Top

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace