XsltConvert.EnsureNodeSet(IList<XPathItem>) 方法
定义
请确保指定的对象序列不是结果树片段,并且它可转换为节点集。Ensures that the specified sequence of objects is not a result tree fragment and that it can be converted to a node set.
此 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)
参数
返回
一个 XPathNavigator 实例的序列。A sequence of XPathNavigator instances.