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 类型的泛型列表。

适用于