XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) 方法

定義

從指定序列中取得不同的排序節點。

public:
 System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ DocOrderDistinct(System::Collections::Generic::IList<System::Xml::XPath::XPathNavigator ^> ^ seq);
public System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> DocOrderDistinct(System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> seq);
member this.DocOrderDistinct : System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator> -> System.Collections.Generic.IList<System.Xml.XPath.XPathNavigator>
Public Function DocOrderDistinct (seq As IList(Of XPathNavigator)) As IList(Of XPathNavigator)

參數

seq
IList<XPathNavigator>

一連串 XPathNavigator 的實例。

傳回

IListXPathNavigator 物件。

適用於