Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Save the graph to the output stream with the given settings.
Namespace: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Syntax
'Declaration
Public Sub Save ( _
outputStream As Stream, _
settings As GraphSerializationSettings _
)
public void Save(
Stream outputStream,
GraphSerializationSettings settings
)
public:
void Save(
Stream^ outputStream,
GraphSerializationSettings^ settings
)
member Save :
outputStream:Stream *
settings:GraphSerializationSettings -> unit
public function Save(
outputStream : Stream,
settings : GraphSerializationSettings
)
Parameters
outputStream
Type: StreamThe output stream.
settings
Type: Microsoft.VisualStudio.GraphModel.GraphSerializationSettingsThe serialization settings.
.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.