XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Methode

Definitie

Hiermee wordt een waarde opgehaald die aangeeft of de opgegeven XmlAnyElementAttribute bestaat in de verzameling.

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

Parameters

attribute
XmlAnyElementAttribute

Jij XmlAnyElementAttribute bent geïnteresseerd in.

Retouren

trueals de XmlAnyElementAttribute verzameling bestaat; anders. false

Van toepassing op