GraphSerializer.Save-Methode (Graph, TextWriter, Int32)

Serialisiert das angegebene Diagramm an den angegebenen Textwriter.

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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

GraphSerializer Klasse

Save-Überladung

Microsoft.VisualStudio.GraphModel-Namespace