XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个序列,该序列包含此缓存中的所有非重复节点(按文档顺序排序)。
此 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 类实例的序列。