ExpressionNode.DeserializeProperties(XmlReader, 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 deserialize thier properties
protected virtual void DeserializeProperties (System.Xml.XmlReader xr, bool includeResult);
abstract member DeserializeProperties : System.Xml.XmlReader * bool -> unit
override this.DeserializeProperties : System.Xml.XmlReader * bool -> unit
Protected Overridable Sub DeserializeProperties (xr As XmlReader, includeResult As Boolean)
Parameters
- xr
- XmlReader
XmlReader - must ignore whitespaces
- includeResult
- Boolean