| title | NoOpCommand Class | |||
|---|---|---|---|---|
| description | The NoOpCommand class is used to represent a command that does nothing when invoked. It is typically used as a placeholder or for testing purposes. | |||
| ms.date | 2/25/2025 | |||
| ms.topic | reference | |||
| no-loc |
|
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
Inherits InvokableCommand
The NoOpCommand class is used to represent a command that does nothing when invoked. It is typically used as a placeholder or for testing purposes.
| Method | Description |
|---|---|
| Invoke() | Invokes the command. This method does nothing and is used as a placeholder. |