XmlElementAttributes.Contains(XmlElementAttribute) Метод

Определение

Определяет, содержит ли коллекция указанный объект.

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

Параметры

attribute
XmlElementAttribute

Искать XmlElementAttribute .

Возвращаемое значение

true Значение , если объект существует в коллекции; falseв противном случае .

Применяется к