Share via


GraphSerializer.Save Method (Graph, TextWriter, Int32)

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, _
    graphNodeIdAliasThreshold As Integer _
)
public static void Save(
    Graph graph,
    TextWriter textWriter,
    int graphNodeIdAliasThreshold
)
public:
static void Save(
    Graph^ graph, 
    TextWriter^ textWriter, 
    int graphNodeIdAliasThreshold
)
static member Save : 
        graph:Graph * 
        textWriter:TextWriter * 
        graphNodeIdAliasThreshold:int -> unit 
public static function Save(
    graph : Graph, 
    textWriter : TextWriter, 
    graphNodeIdAliasThreshold : int
)

Parameters

.NET Framework Security

See Also

Reference

GraphSerializer Class

Save Overload

Microsoft.VisualStudio.GraphModel Namespace