XmlQueryNodeSequence.DocOrderDistinct(IComparer<XPathNavigator>) Yöntem

Tanım

Bu önbellekteki tüm ayrı düğümleri içeren bir diziyi, belge düzeninde sıralanmış olarak döndürür.

Bu API, ürün altyapısını destekler ve doğrudan kodunuzdan kullanıma yönelik değildir.

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

Parametreler

comparer
IComparer<XPathNavigator>

XPathNavigatorÖrnek dizisi.

Döndürülenler

XmlQueryNodeSequence

XmlQueryNodeSequenceSınıf örnekleri dizisi.

Şunlara uygulanır