DesignerActionListCollection.Contains(DesignerActionList) 方法

定义

指示集合是否包含特定值。

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

注解

匹配由值而不是标识和比较决定。

适用于

另请参阅