XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Metódus

Definíció

Meghatározza, hogy a gyűjtemény tartalmazza-e a megadott XmlArrayItemAttributeértéket.

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

Paraméterek

Válaszok

true ha a gyűjtemény tartalmazza a megadott XmlArrayItemAttribute; egyébként false.

A következőre érvényes: