This documentation is archived and is not being maintained.
IDesignerVerbProviderService Interface
Visual Studio 2010
Allows activity designer developers to add custom designer verb providers to an activity designer.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The IDesignerVerbProviderService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddVerbProvider | Adds a class that implements the IDesignerVerbProvider interface to the list of verb providers that an ActivityDesigner uses. |
![]() | RemoveVerbProvider | Removes a class that implements the IDesignerVerbProvider interface to the list of verb providers that an ActivityDesigner uses. |
Classes that implement this interface can add and remove custom verb providers--any classes that implement the IDesignerVerbProvider interface -- to and from ActivityDesigner classes.
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:
