ToolboxCategory.Add(ToolboxItemWrapper) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的工具添加到工具箱类别集合的末尾。
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要添加到集合中的项。
例外
tool 是 null。