XmlElementAttributes.Contains(XmlElementAttribute) Methode

Definitie

Bepaalt of de verzameling het opgegeven object bevat.

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

Parameters

attribute
XmlElementAttribute

De XmlElementAttribute te zoeken.

Retouren

true als het object bestaat in de verzameling; anders, false.

Van toepassing op