DesignerActionItemCollection.Contains(DesignerActionItem) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定该元素是否 DesignerActionItemCollection 包含特定元素。
public:
bool Contains(System::ComponentModel::Design::DesignerActionItem ^ value);
public bool Contains(System.ComponentModel.Design.DesignerActionItem value);
member this.Contains : System.ComponentModel.Design.DesignerActionItem -> bool
Public Function Contains (value As DesignerActionItem) As Boolean
参数
- value
- DesignerActionItem
返回
true 如果包含指定的值,则为 DesignerActionItemCollection ;否则为 false。