XsltConvert.EnsureNodeSet(IList<XPathItem>) 方法

定义

请确保指定的对象序列不是结果树片段,并且它可转换为节点集。

此 API 支持产品基础结构,不能在代码中直接使用。

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

参数

listItems
IList<XPathItem>

一个 XPathItem 实例的序列。

返回

IList<XPathNavigator>

一个 XPathNavigator 实例的序列。

适用于