GhostShapeCollection Constructor (SerializationInfo^, StreamingContext)

 

Initializes a new instance of the GhostShapeCollection class. This is used for deserialization.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
GhostShapeCollection(
	SerializationInfo^ info,
	StreamingContext context
)

Parameters

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

The SerializationInfo that contains the serialized data with which to initialize this instance.

context
Type: System.Runtime.Serialization::StreamingContext

The destination (see StreamingContext) for this serialization.

Return to top
Show: