Share via


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입니다.

반환

Boolean

컬렉션에 지정한 XmlArrayItemAttribute가 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상