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

适用于