Share via


Graph.Load Method

Include Protected Members
Include Inherited Members

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 methodStatic member Load(Stream, array<GraphSchema[]) Loads the graph object model from the given stream.
Public methodStatic member Load(TextReader, array<GraphSchema[]) Loads the graph object model from the given TextReader.
Public methodStatic member Load(String, array<GraphSchema[]) Loads a new Graph object from the given file.
Public methodStatic member Load(XDocument, array<GraphSchema[]) Loads the graph object model from the given XDocument.
Public methodStatic member Load(XmlReader, array<GraphSchema[]) Loads the graph object model from the given XmlReader.
Public methodStatic member Load(Stream, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given stream.
Public methodStatic member Load(TextReader, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given TextReader.
Public methodStatic member Load(String, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads a new Graph object from the given file.
Public methodStatic member Load(XDocument, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given XDocument.
Public methodStatic member Load(XmlReader, EventHandler<GraphDeserializationProgressEventArgs>, array<GraphSchema[]) Loads the graph object model from the given XmlReader.

Top

See Also

Reference

Graph Class

Microsoft.VisualStudio.GraphModel Namespace