Graph.Save Method
Save the Graph the a file.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub Save ( _
fileName As String _
)
public void Save(
string fileName
)
public:
void Save(
String^ fileName
)
member Save :
fileName:string -> unit
public function Save(
fileName : String
)
Parameters
- fileName
Type: System.String
The file name with which to save
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.