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

attribute
XmlElementAttribute

To XmlElementAttribute , co hledám.

Návraty

truepokud objekt existuje v kolekci; v opačném případě . false

Platí pro