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

반환

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

적용 대상