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

 

Saves the Graph the a file.

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

public:
void Save(
	String^ fileName,
	GraphSerializationSettings^ settings = null
)

Parameters

fileName
Type: System::String^

The file name.

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

The serialization settings.

Return to top
Show: