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

 

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

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

public:
virtual ModelElement^ TryCreateInstance(
	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 elements should be created.

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

Return to top
Show: