Partager via


XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Méthode

Définition

Reçoit des nœuds triés distincts de la séquence spécifiée.

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)

Paramètres

seq
IList<XPathNavigator>

Séquence d'instances XPathNavigator.

Retours

IList<XPathNavigator>

IList d'objets XPathNavigator.

S’applique à