BinaryLinkShapeSerializerBase::CreateInstance Method (SerializationContext^, XmlReader^, Partition^)

 

Creates an instance of BinaryLinkShape based on the tag currently pointed by the reader. Does not move the reader.

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

protected:
virtual ModelElement^ CreateInstance(
	SerializationContext^ serializationContext,
	XmlReader^ reader,
	Partition^ partition
) override

Parameters

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

Serialization context.

reader
Type: System.Xml::XmlReader^

XmlReader to read serialized data from.

partition
Type: Microsoft.VisualStudio.Modeling::Partition^

Partition in which new BinaryLinkShape instance should be created.

Creates an instance of BinaryLinkShape based on the tag that is currently pointed to by the reader. Does not move the reader.

Return to top
Show: