XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Methode

Definition

Ruft einen Wert ab, der angibt, ob das angegebene XmlAnyElementAttribute in der Auflistung vorhanden ist.

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

Parameter

Gibt zurück

true, wenn das XmlAnyElementAttribute in der Auflistung enthalten ist, andernfalls false.

Gilt für: