XmlElementAttributes.Contains(XmlElementAttribute) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定したオブジェクトがコレクション内に存在するかどうかを示します。
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
。