Udostępnij za pośrednictwem


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

Definicja

Zwraca wartość true, jeśli określona wartość jest w sekwencji.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

 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

Parametry

value
XPathItem

Wystąpienie klasy XPathItem.

Zwraca

Boolean

true Jeśli wartość jest w sekwencji; w przeciwnym razie false .

Implementuje

Dotyczy