ICommandService Interface
.NET Framework (current version)
Represents a command interface that is used for integration of Windows Workflow Designer actions (for example, context menu), with custom-provided implementations, such as property browser service, debugging service, and so on.
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
| Name | Description | |
|---|---|---|
![]() | CanExecuteCommand(Int32) | Verifies whether the specified command can be executed. |
![]() | ExecuteCommand(Int32, Dictionary<String^, Object^>^) | Executes the command with the specified command identifier and parameters. |
![]() | IsCommandSupported(Int32) | Returns a Boolean value that indicates whether the specified command identifier is supported. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
