XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Methode

Definitie

Bepaalt of de verzameling de opgegeven XmlArrayItemAttributebevat.

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

Parameters

attribute
XmlArrayItemAttribute

De XmlArrayItemAttribute te controleren.

Retouren

true als de verzameling de opgegeven XmlArrayItemAttributebevat; falseanders.

Van toepassing op