XmlQueryNodeSequence.ICollection<XPathItem>.Contains(XPathItem) Methode

Definition

Gibt true zurück, wenn sich der angegebene Wert in der Sequenz befindet.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

 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

Parameter

value
XPathItem

Eine Instanz der XPathItem-Klasse.

Gibt zurück

truewenn sich der Wert in der Reihenfolge befindet; andernfalls . false

Implementiert

Gilt für: