Condividi tramite


XmlQueryRuntime.DocOrderDistinct(IList<XPathNavigator>) Metodo

Definizione

Ottiene nodi ordinati distinti dalla sequenza specificata.

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)

Parametri

seq
IList<XPathNavigator>

Sequenza di istanze di XPathNavigator.

Restituisce

Oggetto IList di oggetti XPathNavigator.

Si applica a