ExpressionNode.Serialize(XmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base serialization routine - creates start and end elements calls to virtual method SerializeProperties to output properties of particular node objectTypeName
public void Serialize (System.Xml.XmlWriter xmlWriter);
member this.Serialize : System.Xml.XmlWriter -> unit
Public Sub Serialize (xmlWriter As XmlWriter)
Parameters
- xmlWriter
- XmlWriter