XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Yöntem

Tanım

Belirtilenin XmlAnyElementAttribute koleksiyonda var olup olmadığını gösteren 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 şey.

Döndürülenler

true XmlAnyElementAttribute koleksiyonunda mevcutsa; yoksa , false.

Şunlara uygulanır