XmlQueryNodeSequence.IList<XPathItem>.IndexOf(XPathItem) Yöntem

Tanım

Dizide belirtilen değerin dizinini döndürür.

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

 virtual int System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::IList<System::Xml::XPath::XPathItem ^>::IndexOf;
int IList<XPathItem>.IndexOf (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf : System.Xml.XPath.XPathItem -> int
override this.System.Collections.Generic.IList<System.Xml.XPath.XPathItem>.IndexOf : System.Xml.XPath.XPathItem -> int
Function IndexOf (value As XPathItem) As Integer Implements IList(Of XPathItem).IndexOf

Parametreler

value
XPathItem

XPathItem sınıfının örneği.

Döndürülenler

Dizideki belirtilen değerin dizini.

Uygulamalar

Şunlara uygulanır