Share via


GraphSerializer.Save Method (Graph, TextWriter)

Serialize the given graph to the given text writer.

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

Syntax

'Declaration
Public Shared Sub Save ( _
    graph As Graph, _
    textWriter As TextWriter _
)
public static void Save(
    Graph graph,
    TextWriter textWriter
)
public:
static void Save(
    Graph^ graph, 
    TextWriter^ textWriter
)
static member Save : 
        graph:Graph * 
        textWriter:TextWriter -> unit 
public static function Save(
    graph : Graph, 
    textWriter : TextWriter
)

Parameters

.NET Framework Security

See Also

Reference

GraphSerializer Class

Save Overload

Microsoft.VisualStudio.GraphModel Namespace