IDesignerVerbProviderService Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Allows activity designer developers to add custom designer verb providers to an activity designer.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | VerbProviders | Gets an IDesignerVerbProvider read-only collection. |
| Name | Description | |
|---|---|---|
![]() | AddVerbProvider(IDesignerVerbProvider^) | Adds a class that implements the IDesignerVerbProvider interface to the list of verb providers that an ActivityDesigner uses. |
![]() | RemoveVerbProvider(IDesignerVerbProvider^) | Removes a class that implements the IDesignerVerbProvider interface to the list of verb providers that an ActivityDesigner uses. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Classes that implement this interface can add and remove custom verb providers--any classes that implement the IDesignerVerbProvider interface -- to and from ActivityDesigner classes.
.NET Framework
Available since 3.0
Available since 3.0
Show:


