XmlArrayItemAttributes.Contains(XmlArrayItemAttribute) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷集合是否包含指定的 XmlArrayItemAttribute。
public:
bool Contains(System::Xml::Serialization::XmlArrayItemAttribute ^ attribute);
public bool Contains (System.Xml.Serialization.XmlArrayItemAttribute attribute);
public bool Contains (System.Xml.Serialization.XmlArrayItemAttribute? attribute);
member this.Contains : System.Xml.Serialization.XmlArrayItemAttribute -> bool
Public Function Contains (attribute As XmlArrayItemAttribute) As Boolean
參數
- attribute
- XmlArrayItemAttribute
要檢查的 XmlArrayItemAttribute。
傳回
如果集合包含指定的 XmlArrayItemAttribute,則為 true
,否則為 false
。