ToolboxCategory.Add(ToolboxItemWrapper) Método

Definición

Agrega una herramienta especificada al final de la colección de categorías del cuadro de herramientas.

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)

Parámetros

tool
ToolboxItemWrapper

Elemento ToolboxItemWrapper que se va a agregar a la colección.

Excepciones

El tool es null.

Se aplica a