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
。
注解
匹配由值而不是标识和比较决定。