言語

XmlILStorageConverter.ItemsToNavigators(IList<XPathItem>) メソッド

定義

XPathItem オブジェクトのリストまたはシーケンスを、XPathNavigatorオブジェクトまたは値のシーケンスに変換します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

パラメーター

listItems
IList<XPathItem>

XPathItem インスタンスのシーケンス。

返品

XPathNavigator型のジェネリック リスト。

適用対象