DesignerActionListCollection.Contains(DesignerActionList) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指出集合是否包含特定的值。
public:
bool Contains(System::ComponentModel::Design::DesignerActionList ^ value);
public bool Contains (System.ComponentModel.Design.DesignerActionList value);
public bool Contains (System.ComponentModel.Design.DesignerActionList? value);
member this.Contains : System.ComponentModel.Design.DesignerActionList -> bool
Public Function Contains (value As DesignerActionList) As Boolean
參數
- value
- DesignerActionList
要搜尋的 DesignerActionList。
傳回
如果集合包含指定的值,則為 true
,否則為 false
。
備註
比對取決於值,而非身分識別、比較。