Graph::Load Method (XmlReader^, EventHandler<GraphDeserializationProgressEventArgs^>^, array<GraphSchema^>^)
Visual Studio 2015
Loads the graph object model from the given XmlReader.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
public: static Graph^ Load( XmlReader^ reader, EventHandler<GraphDeserializationProgressEventArgs^>^ progressHandler, ... array<GraphSchema^>^ schemas )
Parameters
- reader
-
Type:
System.Xml::XmlReader^
The XmlReader to deserialize.
- progressHandler
-
Type:
System::EventHandler<GraphDeserializationProgressEventArgs^>^
Callback handler for reporting load progress.
- schemas
-
Type:
array<Microsoft.VisualStudio.GraphModel::GraphSchema^>^
The schemas.
Show: