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你感兴趣的。