Graph::Save Method (XmlWriter^, GraphSerializationSettings^)

 

Saves the graph to the XmlWriter with the given settings.

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

public:
void Save(
	XmlWriter^ writer,
	GraphSerializationSettings^ settings = null
)

Parameters

writer
Type: System.Xml::XmlWriter^

The XmlWriter.

settings
Type: Microsoft.VisualStudio.GraphModel::GraphSerializationSettings^

The serialization settings.

Return to top
Show: