IActivityToolboxService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |