XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Metódus
Definíció
Fontos
Egyes információk olyan, kiadás előtti termékekre vonatkoznak, amelyek a kiadásig még jelentősen módosulhatnak. A Microsoft nem vállal kifejezett vagy törvényi garanciát az itt megjelenő információért.
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
- attribute
- XmlArrayItemAttribute
A XmlArrayItemAttribute keresendő.
Válaszok
true ha a gyűjtemény tartalmazza a megadott XmlArrayItemAttribute; egyébként false.