XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) Methode

Definitie

Retourneert een reeks die alle afzonderlijke knooppunten in deze cache bevat, gesorteerd in documentvolgorde.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

comparer
IComparer<XPathNavigator>

Een reeks XPathNavigator exemplaren.

Retouren

Een reeks XmlQueryNodeSequence klasse-exemplaren.

Van toepassing op