Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 786 Bytes

File metadata and controls

23 lines (16 loc) · 786 Bytes
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
PowerToys
Windows
Insider

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.