ToolboxCategory.Add(ToolboxItemWrapper) Метод
Определение
Добавляет указанный инструмент в конец коллекции категории области элементов.Adds a specified tool to the end of the toolbox category collection.
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 для добавления в коллекцию.The ToolboxItemWrapper item to add to the collection.
Исключения
Значение параметра tool
— null
.The tool
is null
.