Aracılığıyla paylaş


XmlQueryNodeSequence.ICollection<XPathItem>.Contains(XPathItem) Yöntem

Tanım

Belirtilen değer dizideyse true döndürür.

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

 virtual bool System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Contains(System::Xml::XPath::XPathItem ^ value) = System::Collections::Generic::ICollection<System::Xml::XPath::XPathItem ^>::Contains;
bool ICollection<XPathItem>.Contains (System.Xml.XPath.XPathItem value);
abstract member System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Contains : System.Xml.XPath.XPathItem -> bool
override this.System.Collections.Generic.ICollection<System.Xml.XPath.XPathItem>.Contains : System.Xml.XPath.XPathItem -> bool
Function Contains (value As XPathItem) As Boolean Implements ICollection(Of XPathItem).Contains

Parametreler

value
XPathItem

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

Döndürülenler

true değer dizisindeyse; aksi takdirde , false.

Uygulamalar

Şunlara uygulanır