次の方法で共有


XmlILStorageConverter.NavigatorsToItems(IList<XPathNavigator>) メソッド

定義

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

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

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

パラメーター

listNavigators
IList<XPathNavigator>

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

戻り値

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

適用対象