XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) Metodo

Definizione

Restituisce una sequenza che contiene tutti i nodi distinti nella cache, ordinata in base all'ordine dei documenti.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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

Parametri

comparer
IComparer<XPathNavigator>

Sequenza di istanze di XPathNavigator.

Restituisce

Sequenza di istanze della classe XmlQueryNodeSequence.

Si applica a