|
1 | 1 | ---
|
2 | 2 | title: Microsoft.CommandPalette.Extensions.Toolkit Namespace
|
3 | 3 | description: The Command Palette provides a full extension model, allowing developers to create their own experiences for the palette. Find info about how to use the Microsoft.CommandPalette.Extensions.Toolkit namespace to author an extension.
|
4 |
| -ms.date: 2/5/2025 |
| 4 | +ms.date: 2/27/2025 |
5 | 5 | ms.topic: concept-article
|
6 | 6 | no-loc: [PowerToys, Windows, Insider]
|
7 | 7 | # Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
|
8 | 8 | ---
|
9 | 9 |
|
10 | 10 | # Microsoft.CommandPalette.Extensions.Toolkit Namespace
|
11 | 11 |
|
12 |
| -Contains helper classes that make creating extensions easier. |
| 12 | +Contains helper classes that make creating extensions easier. |
| 13 | + |
| 14 | +## Interfaces |
| 15 | + |
| 16 | +| Interface | Description | |
| 17 | +| :--- | :--- | |
| 18 | +| [ISettingsForm](isettingsform.md) | | |
| 19 | + |
| 20 | +## Classes |
| 21 | + |
| 22 | +| Class | Description | |
| 23 | +| :--- | :--- | |
| 24 | +| [AnonymousCommand](anonymouscommand.md) | | |
| 25 | +| [BaseObservable](baseobservable.md) | | |
| 26 | +| [ChoiceSetSetting](choicesetsetting.md) | | |
| 27 | +| [ClipboardHelper](clipboardhelper.md) | | |
| 28 | +| [ColorHelpers](colorhelpers.md) | | |
| 29 | +| [Command](command.md) | | |
| 30 | +| [CommandContextItem](commandcontextitem.md) | | |
| 31 | +| [CommandItem](commanditem.md) | | |
| 32 | +| [CommandProvider](commandprovider.md) | | |
| 33 | +| [CommandResult](commandresult.md) | | |
| 34 | +| [ConfirmationArgs](confirmationargs.md) | | |
| 35 | +| [ContentPage](contentpage.md) | | |
| 36 | +| [CopyTextCommand](copytextcommand.md) | | |
| 37 | +| [Details](details.md) | | |
| 38 | +| [DetailsCommand](detailscommand.md) | | |
| 39 | +| [DetailsElement](detailselement.md) | | |
| 40 | +| [DetailsLink](detailslink.md) | | |
| 41 | +| [DetailsSeparator](detailsseparator.md) | | |
| 42 | +| [DetailsTags](detailstags.md) | | |
| 43 | +| [DynamicListPage](dynamiclistpage.md) | | |
| 44 | +| [ExtensionHost](extensionhost.md) | | |
| 45 | +| [FallbackCommandItem](fallbackcommanditem.md) | | |
| 46 | +| [Filter](filter.md) | | |
| 47 | +| [FormContent](formcontent.md) | | |
| 48 | +| [GoToPageArgs](gotopageargs.md) | | |
| 49 | +| [IconData](icondata.md) | | |
| 50 | +| [IconHelpers](iconhelpers.md) | | |
| 51 | +| [IconInfo](iconinfo.md) | | |
| 52 | +| [InvokableCommand](invokablecommand.md) | | |
| 53 | +| [ItemsChangedEventArgs](itemschangedeventargs.md) | | |
| 54 | +| [JsonSettingsManager](jsonsettingsmanager.md) | | |
| 55 | +| [KeyChordHelpers](keychordhelpers.md) | | |
| 56 | +| [ListHelpers](listhelpers.md) | | |
| 57 | +| [ListItem](listitem.md) | | |
| 58 | +| [ListPage](listpage.md) | | |
| 59 | +| [LogMessage](logmessage.md) | | |
| 60 | +| [MarkdownContent](markdowncontent.md) | | |
| 61 | +| [MatchOption](matchoption.md) | | |
| 62 | +| [MatchResult](matchresult.md) | | |
| 63 | +| [NoOpCommand](noopcommand.md) | | |
| 64 | +| [OpenUrlCommand](openurlcommand.md) | | |
| 65 | +| [Page](page.md) | | |
| 66 | +| [ProgressState](progressstate.md) | | |
| 67 | +| [PropChangedEventArgs](propchangedeventargs.md) | | |
| 68 | +| [Setting](setting.md) | | |
| 69 | +| [Settings](settings.md) | | |
| 70 | +| [SettingsForm](settingsform.md) | | |
| 71 | +| [ShellHelpers](shellhelpers.md) | | |
| 72 | +| [StatusMessage](statusmessage.md) | | |
| 73 | +| [StringMatcher](stringmatcher.md) | | |
| 74 | +| [Tag](tag.md) | | |
| 75 | +| [TextSetting](textsetting.md) | | |
| 76 | +| [ThumbnailHelper](thumbnailhelper.md) | | |
| 77 | +| [ToastArgs](toastargs.md) | | |
| 78 | +| [ToastStatusMessage](toaststatusmessage.md) | | |
| 79 | +| [ToggleSetting](togglesetting.md) | | |
| 80 | +| [TreeContent](treecontent.md) | | |
| 81 | +| [Utilities](utilities.md) | | |
| 82 | + |
| 83 | +## Enums |
| 84 | + |
| 85 | +| Enum | Description | |
| 86 | +| :--- | :--- | |
| 87 | +| [SearchPrecisionScore](searchprecisionscore.md) | | |
0 commit comments