BinaryLinkShapeSerializerBase::CreateInstance Method (SerializationContext^, XmlReader^, Partition^)
Visual Studio 2015
Creates an instance of BinaryLinkShape based on the tag currently pointed by the reader. Does not move the reader.
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.
Return Value
Type: Microsoft.VisualStudio.Modeling::ModelElement^Creates an instance of BinaryLinkShape based on the tag that is currently pointed to by the reader. Does not move the reader.
Show: