Represents an elementary piece of command.

C# | Visual Basic | Visual C++ |
public interface IElementOfCommand
Public Interface IElementOfCommand
public interface class IElementOfCommand

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | Execute(IDictionary<(Of <(String, Object>)>), IProgressUpdater) |
Executes the command.
|
![]() | Name |
Gets the command name. This is optional.
|