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
- reader
Type: System.IO.TextReader
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.