Sdílet prostřednictvím


XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) Metoda

Definice

Vrátí sekvenci, která obsahuje všechny samostatné uzly v této mezipaměti seřazené v pořadí dokumentů.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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

Parametry

comparer
IComparer<XPathNavigator>

Sekvence XPathNavigator instancí.

Návraty

XmlQueryNodeSequence

Sekvence XmlQueryNodeSequence instancí třídy.

Platí pro