ToolboxCategory.Remove(ToolboxItemWrapper) 方法

定义

从工具箱类别集合中移除指定工具的第一个匹配项。

public:
 bool Remove(System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ tool);
public bool Remove (System.Activities.Presentation.Toolbox.ToolboxItemWrapper tool);
member this.Remove : System.Activities.Presentation.Toolbox.ToolboxItemWrapper -> bool
Public Function Remove (tool As ToolboxItemWrapper) As Boolean

参数

tool
ToolboxItemWrapper

要从集合中移除的 ToolboxItemWrapper 项。

返回

如果该工具已成功移除,则为 true;否则为 false。 如果在集合中未找到该工具,此方法也返回 false

例外

toolnull

适用于