Share via


GraphSerializer.Load Method (TextReader)

Deserialize the graph object model from the given text reader.

Namespace:  Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

Syntax

'Declaration
Public Shared Function Load ( _
    reader As TextReader _
) As Graph
public static Graph Load(
    TextReader reader
)
public:
static Graph^ Load(
    TextReader^ reader
)
static member Load : 
        reader:TextReader -> Graph 
public static function Load(
    reader : TextReader
) : 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