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 です。

適用対象