BinaryLinkShapeSerializerBase::Read Method (SerializationContext^, ModelElement^, XmlReader^)

 

BinaryLinkShape is abstract and cannot be instantiated, so this method throws NotSupportedException.

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

public:
virtual void Read(
	SerializationContext^ serializationContext,
	ModelElement^ element,
	XmlReader^ reader
) override

Parameters

serializationContext
Type: Microsoft.VisualStudio.Modeling::SerializationContext^

Serialization context.

element
Type: Microsoft.VisualStudio.Modeling::ModelElement^

In-memory BinaryLinkShape instance that will get the deserialized data.

reader
Type: System.Xml::XmlReader^

XmlReader to read serialized data from.

Return to top
Show: