This documentation is archived and is not being maintained.
IActivityToolboxService Interface
Visual Studio 2010
Represents a service used to update Toolbox contents from a Designer.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The IActivityToolboxService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddCategory | Adds a category to the toolbox. |
![]() | AddItem | Adds an item to a specific category in the toolbox. |
![]() | EnumCategories | Gets an enumerator for all the categories in this toolbox. |
![]() | EnumItems | Gets an enumerator for all the items under the specified category in this toolbox. |
![]() | RemoveCategory | Removes a category from the toolbox. |
![]() | RemoveItem | Removes an item from a specific category in the toolbox. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
