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

Definição

Retornará true se o valor especificado estiver na sequência.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

Uma instância da classe XPathItem.

Retornos

true se o valor estiver na sequência, caso contrário, false.

Implementações

Aplica-se a