Jazyk

XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Metoda

Definice

Získá hodnotu, která určuje, zda zadaný XmlAnyElementAttribute existuje v kolekci.

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

Parametry

attribute
XmlAnyElementAttribute

Zajímá XmlAnyElementAttribute vás to.

Návraty

true pokud existuje XmlAnyElementAttribute v kolekci; falsev opačném případě .

Platí pro