Graph Constructor (SerializationInfo^, StreamingContext)

 

Special constructor that is used for deserialization only.

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

protected:
Graph(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.Serialization::SerializationInfo^

Serialization information from which to retrieve the DGML for the graph.

context
Type: System.Runtime.Serialization::StreamingContext

Not used.

Return to top
Show: