XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Metoda

Definice

Určuje, zda kolekce obsahuje zadanou XmlArrayItemAttributehodnotu .

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

Parametry

attribute
XmlArrayItemAttribute

Zkontrolujte XmlArrayItemAttribute .

Návraty

true pokud kolekce obsahuje zadanou XmlArrayItemAttributehodnotu , jinak hodnota false.

Platí pro