Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 824 Bytes

File metadata and controls

23 lines (15 loc) · 824 Bytes
title CommandResult.Hide() Method
description Creates a new CommandResult instance with its Kind property set to CommandResultKind.Hide and its Args set to null.
ms.date 2/11/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

CommandResult.Hide() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Creates a new CommandResult instance with its Kind property set to CommandResultKind.Hide and its Args set to null.

Returns

A CommandResult instance.

Example

See Command Results for an example of how to use this.