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);
member this.Contains : System.Xml.Serialization.XmlElementAttribute -> bool
Public Function Contains (attribute As XmlElementAttribute) As Boolean

Parameter

attribute
XmlElementAttribute

Der XmlElementAttribute Gesuchte.

Gibt zurück

truewenn das Objekt in der Auflistung vorhanden ist; andernfalls . false

Gilt für: