XmlElementAttributes.Contains(XmlElementAttribute) Metoda

Definice

Určuje, zda kolekce obsahuje zadaný objekt.

public:
 bool Contains(System::Xml::Serialization::XmlElementAttribute ^ attribute);
public bool Contains (System.Xml.Serialization.XmlElementAttribute attribute);
public bool Contains (System.Xml.Serialization.XmlElementAttribute? attribute);
member this.Contains : System.Xml.Serialization.XmlElementAttribute -> bool
Public Function Contains (attribute As XmlElementAttribute) As Boolean

Parametry

Návraty

Boolean

true pokud objekt existuje v kolekci; falsev opačném případě .

Platí pro