XsltConvert.ToNodeSet 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的值轉換為節點序列。
多載
ToNodeSet(IList<XPathItem>) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將項目轉換為節點序列。 |
ToNodeSet(XPathItem) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 將指定的值轉換成節點。 |
ToNodeSet(IList<XPathItem>)
將項目轉換為節點序列。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ ToNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member ToNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)
參數
傳回
XPathNavigator 執行個體的序列。
適用於
ToNodeSet(XPathItem)
將指定的值轉換成節點。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ ToNodeSet(System::Xml::XPath::XPathItem ^ item);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> ToNodeSet (System.Xml.XPath.XPathItem item);
static member ToNodeSet : System.Xml.XPath.XPathItem -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function ToNodeSet (item As XPathItem) As IList(Of XPathNavigator)
參數
傳回
XmlQuerySequence<T> 類別的執行個體。