Share via


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

戻り値

IList<XPathNavigator>

XPathNavigator 型の一般的な一覧です。

適用対象