IActivityToolboxService Interface

Definition

Represents a service used to update Toolbox contents from a Designer.

public interface class IActivityToolboxService
public interface IActivityToolboxService
type IActivityToolboxService = interface
Public Interface IActivityToolboxService

Methods

AddCategory(String)

Adds a category to the toolbox.

AddItem(String, String)

Adds an item to a specific category in the toolbox.

EnumCategories()

Gets an enumerator for all the categories in this toolbox.

EnumItems(String)

Gets an enumerator for all the items under the specified category in this toolbox.

RemoveCategory(String)

Removes a category from the toolbox.

RemoveItem(String, String)

Removes an item from a specific category in the toolbox.

Applies to