XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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.