XmlAnyElementAttributes.Contains(XmlAnyElementAttribute) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示集合中是否存在指定的 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。
返回
如果集合中存在该 XmlAnyElementAttribute,则为 true
;否则为 false
。