Freigeben über


XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Methode

Definition

Ruft unterschiedliche sortierte Knoten aus der angegebenen Sequenz ab.

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)

Parameter

seq
IList<XPathNavigator>

Eine Sequenz von XPathNavigator-Instanzen.

Gibt zurück

IList<XPathNavigator>

Eine IList von XPathNavigator-Objekten.

Gilt für