XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Yöntem

Tanım

Belirtilen XmlAnyElementAttribute değerin koleksiyonda var olup olmadığını belirten bir değer alır.

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

Parametreler

attribute
XmlAnyElementAttribute

İlgilendiğiniz XmlAnyElementAttribute .

Döndürülenler

trueXmlAnyElementAttribute koleksiyonunda varsa; yoksa, false.

Şunlara uygulanır