ToolboxCategoryItems.Remove(ToolboxCategory) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 ToolboxCategoryItems 中移除特定工具箱类别的第一个匹配项。
public:
virtual bool Remove(System::Activities::Presentation::Toolbox::ToolboxCategory ^ item);
public bool Remove (System.Activities.Presentation.Toolbox.ToolboxCategory item);
abstract member Remove : System.Activities.Presentation.Toolbox.ToolboxCategory -> bool
override this.Remove : System.Activities.Presentation.Toolbox.ToolboxCategory -> bool
Public Function Remove (item As ToolboxCategory) As Boolean
参数
- item
- ToolboxCategory
要移除的 ToolboxCategory。
返回
如果从集合中找到并移除了项,则为 true
;否则为 false
。 如果找不到指定的 item
,则此方法返回 false
。