XmlQueryNodeSequence.ICollection<XPathItem>.Contains(XPathItem) Método

Definición

Devuelve true si el valor especificado está en la secuencia.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

 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

Parámetros

value
XPathItem

Instancia de la clase XPathItem.

Devoluciones

true si el valor está en la secuencia; de lo contrario, false.

Implementaciones

Se aplica a