Udostępnij za pośrednictwem


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

Return Value

Type: Microsoft.VisualStudio.GraphModel.Graph
new deserialized Graph object

.NET Framework Security

See Also

Reference

GraphSerializer Class

Load Overload

Microsoft.VisualStudio.GraphModel Namespace