ICommandService 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 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.
public interface class ICommandService
public interface ICommandService
type ICommandService = interface
Public Interface ICommandService
Methods
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. |