Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
Action a user can take within the Command Palette.
Properties
| Property | Type | Description |
|---|---|---|
| Icon | IIconInfo | Gets the icon of the command. |
| Id | String | Gets the ID of the command. This is optional but can help support more efficient command lookup in ICommandProvider.GetCommand(). |
| Name | String | Gets the name of the command. |
Example
See the Add a command page for an example of how to use this interface.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer