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

戻り値

Boolean

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

適用対象