ToolboxCategory.Add(ToolboxItemWrapper) 方法

定义

将指定的工具添加到工具箱类别集合的末尾。

public:
 void Add(System::Activities::Presentation::Toolbox::ToolboxItemWrapper ^ tool);
public void Add(System.Activities.Presentation.Toolbox.ToolboxItemWrapper tool);
member this.Add : System.Activities.Presentation.Toolbox.ToolboxItemWrapper -> unit
Public Sub Add (tool As ToolboxItemWrapper)

参数

tool
ToolboxItemWrapper

ToolboxItemWrapper要添加到集合中的项。

例外

toolnull

适用于