Share via


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 インスタンスのシーケンス。

適用対象