XmlElementAttributes.Contains(XmlElementAttribute) Methode

Definition

Bestimmt, ob die Auflistung das angegebene Objekt enthält.

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

Parameter

attribute
XmlElementAttribute

Das zu suchende XmlElementAttribute-Element.

Gibt zurück

Boolean

true, wenn das Objekt in der Aufzählung vorhanden ist; sonst false.

Gilt für