XmlQueryNodeSequence.ICollection<XPathItem>.Contains(XPathItem) メソッド

定義

指定された値がシーケンスに含まれている場合、true を返します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

 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

パラメーター

value
XPathItem

XPathItem クラスのインスタンス。

戻り値

Boolean

値がシーケンスに含まれている場合は、true。それ以外の場合は、false

実装

適用対象