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