ExpressionNode.SerializeProperties(XmlWriter, Boolean) 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.
Virtual method for children classes to serialize thier properties
protected virtual void SerializeProperties (System.Xml.XmlWriter xw, bool includeResult);
abstract member SerializeProperties : System.Xml.XmlWriter * bool -> unit
override this.SerializeProperties : System.Xml.XmlWriter * bool -> unit
Protected Overridable Sub SerializeProperties (xw As XmlWriter, includeResult As Boolean)
Parameters
- xw
- XmlWriter
- includeResult
- Boolean