CoreDesignSurfaceSerializationHelperBase::ReadAdditionalElementData Method (SerializationContext^, ModelElement^, XmlReader^)
Visual Studio 2015
Read in any additional XML element data for the specified element.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
public protected: virtual void ReadAdditionalElementData( SerializationContext^ serializationContext, ModelElement^ element, XmlReader^ reader )
Parameters
- serializationContext
-
Type:
Microsoft.VisualStudio.Modeling::SerializationContext^
The current serialization context instance.
- reader
-
Type:
System.Xml::XmlReader^
Reader for the file being read. The reader is positioned after the attributes of the specified element.
There may be no additional data for the specified element.
Show: