ICommandSet 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 set of commands.
public interface ICommandSet : IDisposable
type ICommandSet = interface
interface IDisposable
Public Interface ICommandSet
Implements IDisposable
- Derived
- Implements
Properties
Commands |
Gets the list of commands for this command set. Each command must have a unique Id within this collection. |
Methods
InitializeAsync(IServiceBroker, Update, CancellationToken) |
Allows the command set to initialize asynchronously. |
Events
CommandAdded |
Event to be triggered when a new command is added to the command set. |
CommandRemoved |
Event to be triggered when a command is removed from the command set. |