ExpressionNode.ReadNodeWithCheck(XmlReader, String[]) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
讀取並驗證指定的 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)
參數
- xr
- XmlReader
- elements
- String[]
元素列表
傳回
元素文字值列表