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

Definition

Gibt true zurück, wenn der angegebene Wert in der Sequenz enthalten ist.

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

true, wenn der Wert in der Sequenz enthalten ist, andernfalls false.

Implementiert

Gilt für: