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

Definição

Lê e veirifica as propriedades expressionnode especificadas. Para depois de ler o último elemento solicitado. As propriedades solicitadas devem ser listadas na ordem em que aparecem no fluxo.

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

Retornos

lista de valores de texto do elemento

Aplica-se a