XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) Метод

Определение

Возвращает значение, указывающее, существует ли указанный XmlAnyElementAttribute в коллекции.

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

Параметры

attribute
XmlAnyElementAttribute

Вас XmlAnyElementAttribute интересуют.

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

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

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