XmlElementAttributes.Contains(XmlElementAttribute) メソッド

定義

コレクションに指定したオブジェクトが含まれているかどうかを判断します。

public:
 bool Contains(System::Xml::Serialization::XmlElementAttribute ^ attribute);
public bool Contains(System.Xml.Serialization.XmlElementAttribute attribute);
public bool Contains(System.Xml.Serialization.XmlElementAttribute? attribute);
member this.Contains : System.Xml.Serialization.XmlElementAttribute -> bool
Public Function Contains (attribute As XmlElementAttribute) As Boolean

パラメーター

attribute
XmlElementAttribute

検索する XmlElementAttribute

返品

true オブジェクトがコレクション内に存在する場合。それ以外の場合は false

適用対象