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
。