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
。