ExpressionNode.ReadNodeWithCheck(XmlReader, String[]) Método

Definición

Lee y veirifies las propiedades ExpressionNode especificadas. Se detiene después de leer el último elemento solicitado. Las propiedades solicitadas deben aparecer en el orden en que aparecen en la secuencia.

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)

Parámetros

elements
String[]

lista de elementos

Devoluciones

lista de valores de texto de elemento

Se aplica a