XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Methode

Definition

Gibt an, ob die Auflistung das angegebene XmlArrayItemAttribute enthält.

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

Parameter

attribute
XmlArrayItemAttribute

Der zu überprüfende XmlArrayItemAttribute.

Gibt zurück

true, wenn die Auflistung die angegebene XmlArrayItemAttribute enthält, andernfalls false.

Gilt für: