XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) 方法

定义

返回一个序列,该序列包含此缓存中的所有非重复节点,按文档顺序排序。

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

public:
 System::Xml::Xsl::Runtime::XmlQueryNodeSequence ^ DocOrderDistinct(System::Collections::Generic::IComparer<System::Xml::XPath::XPathNavigator ^> ^ comparer);
public System.Xml.Xsl.Runtime.XmlQueryNodeSequence DocOrderDistinct(System.Collections.Generic.IComparer<System.Xml.XPath.XPathNavigator> comparer);
member this.DocOrderDistinct : System.Collections.Generic.IComparer<System.Xml.XPath.XPathNavigator> -> System.Xml.Xsl.Runtime.XmlQueryNodeSequence
Public Function DocOrderDistinct (comparer As IComparer(Of XPathNavigator)) As XmlQueryNodeSequence

参数

comparer
IComparer<XPathNavigator>

一系列 XPathNavigator 实例。

返回

类实例序列 XmlQueryNodeSequence

适用于