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