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.Toolkit
Inherits Command
Implements IInvokableCommand
The InvokableCommand class is a specialized command that can be invoked directly from the command palette. It provides a way to execute commands without requiring additional user input or confirmation.
Methods
Method | Description |
---|---|
Invoke() | Keeps the command palette open after the command is invoked. |
Invoke(Object) | Keeps the command palette open after the command is invoked with an object parameter. |
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