Edit

NoOpCommand Class

Definition

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.

Methods

Method Description
Invoke() Invokes the command. This method does nothing and is used as a placeholder.