ExpressionNode.ReadNodeWithCheck(XmlReader, String[]) 方法

定義

讀取並驗證指定的 ExpressionNode 屬性。 在讀完最後一個要求的元素後就停下來了。 請求的屬性必須依照串流中出現的順序列出。

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)

參數

elements
String[]

元素列表

傳回

元素文字值列表

適用於