Udostępnij za pośrednictwem


GraphSerializer.Serialize Method

Serialize the given graph to the given XML writer. The graph is to serialize is a member of this class.

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

Syntax

'Declaration
Public Sub Serialize ( _
    graph As Graph, _
    writer As XmlWriter _
)
public void Serialize(
    Graph graph,
    XmlWriter writer
)
public:
void Serialize(
    Graph^ graph, 
    XmlWriter^ writer
)
member Serialize : 
        graph:Graph * 
        writer:XmlWriter -> unit 
public function Serialize(
    graph : Graph, 
    writer : XmlWriter
)

Parameters

.NET Framework Security

See Also

Reference

GraphSerializer Class

Microsoft.VisualStudio.GraphModel Namespace