Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 849 Bytes

File metadata and controls

23 lines (16 loc) · 849 Bytes
title IInvokableCommand Interface
description The IInvokableCommand interface represents a command that can be invoked in the Command Palette.
ms.date 2/10/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

IInvokableCommand Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

Derived CopyTextCommand

The IInvokableCommand interface represents a command that can be invoked in the Command Palette. It is used to define commands that can be executed by the user, such as opening a file, running a script, or performing an action.

Methods

Method Description
Invoke(Object) Invokes the command with the specified arguments.