XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Methode

Definitie

Hiermee worden afzonderlijke gesorteerde knooppunten opgehaald uit de opgegeven reeks.

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)

Parameters

seq
IList<XPathNavigator>

Een reeks XPathNavigator exemplaren.

Retouren

Een IList van XPathNavigator objecten.

Van toepassing op