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

適用於