XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Metode

Definisi

Mendapatkan simpul yang diurutkan berbeda dari urutan yang ditentukan.

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)

Parameter

seq
IList<XPathNavigator>

Urutan XPathNavigator instans.

Mengembalikan

Sebuah IListXPathNavigator objek.

Berlaku untuk