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

 

Save the graph to the output stream with the given settings.

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

public:
void Save(
	Stream^ outputStream,
	GraphSerializationSettings^ settings = null
)

Parameters

outputStream
Type: System.IO::Stream^

The output stream.

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

The serialization settings.

Return to top
Show: