ICommandService Interface

Definition

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.

Applies to