XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) メソッド

定義

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

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

パラメーター

attribute
XmlArrayItemAttribute

確認する対象の XmlArrayItemAttribute

戻り値

指定した XmlArrayItemAttribute がコレクションに含まれている場合は true。それ以外の場合は false

適用対象