GraphSerializer.Load Method (XmlReader)
Deserialize the graph object model from the given XML reader.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Shared Function Load ( _
reader As XmlReader _
) As Graph
public static Graph Load(
XmlReader reader
)
public:
static Graph^ Load(
XmlReader^ reader
)
static member Load :
reader:XmlReader -> Graph
public static function Load(
reader : XmlReader
) : Graph
Parameters
- reader
Type: System.Xml.XmlReader
The reader to read from
Return Value
Type: Microsoft.VisualStudio.GraphModel.Graph
new deserialized Graph object
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.