ExpressionNode.ReadNodeWithCheck(XmlReader, String[]) 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.
Reads and veirifies specified ExpressionNode properties. Stops after reading the last requested element. Requested properties must be listed in the order they appear in the stream.
protected static System.Collections.Generic.List<string> ReadNodeWithCheck (System.Xml.XmlReader xr, params string[] elements);
static member ReadNodeWithCheck : System.Xml.XmlReader * string[] -> System.Collections.Generic.List<string>
Protected Shared Function ReadNodeWithCheck (xr As XmlReader, ParamArray elements As String()) As List(Of String)
Parameters
- xr
- XmlReader
- elements
- String[]
list of elements
Returns
list of element text values