XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) メソッド

定義

指定した XmlAnyElementAttribute がコレクション内に存在するかどうかを示す値を取得します。

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

パラメーター

attribute
XmlAnyElementAttribute

コレクション内に存在するかどうかを確認する対象の XmlAnyElementAttribute

戻り値

Boolean

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

適用対象