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 クラスのインスタンス。

返品

true 値がシーケンス内にある場合。それ以外の場合は false

実装

適用対象