共用方式為


XsltConvert.EnsureNodeSet(IList<XPathItem>) 方法

定義

確認物件的指定序列不是樹狀結構片段的結果,而且該序列可以轉換為節點集。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 static System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ EnsureNodeSet(System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^> ^ listItems);
public static System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> EnsureNodeSet (System.Collections.Generic.IList<System.Xml.XPath.XPathItem> listItems);
static member EnsureNodeSet : System.Collections.Generic.IList<System.Xml.XPath.XPathItem> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Shared Function EnsureNodeSet (listItems As IList(Of XPathItem)) As IList(Of XPathNavigator)

參數

listItems
IList<XPathItem>

XPathItem 執行個體的序列。

傳回

IList<XPathNavigator>

XPathNavigator 執行個體的序列。

適用於