Skip to content

Commit 99cb9f7

Browse files
committed
start sdk work
1 parent 68408a4 commit 99cb9f7

File tree

7 files changed

+42
-5
lines changed

7 files changed

+42
-5
lines changed

hub/dev-environment/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,11 @@ items:
134134
- name: Microsoft.Windows.Run
135135
items:
136136
- name: Microsoft.Windows.Run
137-
href: ../powertoys/command-palette/microsoft-windows-run.md
137+
href: ../powertoys/command-palette/microsoft-windows-run/microsoft-windows-run.md
138138
- name: Microsoft.Windows.Run.Extensions
139139
items:
140140
- name: Microsoft.Windows.Run.Extensions
141-
href: ../powertoys/command-palette/microsoft-windows-run-extensions.md
141+
href: ../powertoys/command-palette/microsoft-windows-run-extensions/microsoft-windows-run-extensions.md
142142
- name: Extension samples
143143
href: ../powertoys/command-palette/samples.md
144144
- name: Publishing your extension
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
title: Microsoft.Windows.Run.Extensions Namespace
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.Windows.Run.Extensions namespace to author an extension.
4+
ms.date: 2/5/2025
5+
ms.topic: concept-article
6+
no-loc: [PowerToys, Windows, Insider]
7+
# Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
8+
---
9+
10+
# Microsoft.Windows.Run.Extensions Namespace
11+
12+
Contains helper classes that make creating extensions easier.
File renamed without changes.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Microsoft.Windows.Run Namespace
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.Windows.Run namespace to author an extension.
4+
ms.date: 2/5/2025
5+
ms.topic: concept-article
6+
no-loc: [PowerToys, Windows, Insider]
7+
# Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
8+
---
9+
10+
# Microsoft.Windows.Run Namespace
11+
12+
Contains the interfaces to create extensions for the Command Palette.
13+
14+
## Interfaces
15+
16+
| [ICommand](icommand.md) | Action a user can take within the Command Palette. |
17+
| ICommandResultArgs | |
18+
| ICommandResult | |
19+
| IGoToPageArgs | |
20+
| IInvokableCommand | |
21+
22+
## Enums
23+
24+
| [CommandResultKind](commandresultkind.md) | Specifies what kind of command it is. |
25+
| [NavigationMode](navigationmode.md) | Specifies which navigation direction to take. |

hub/powertoys/command-palette/microsoft-windows-run/navigationmode.md

Whitespace-only changes.

hub/powertoys/command-palette/sdk-namespaces.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Command Palette SDK Namespaces
33
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 its SDK namespaces to author an extension.
4-
ms.date: 2/3/2025
4+
ms.date: 2/5/2025
55
ms.topic: concept-article
66
no-loc: [PowerToys, Windows, Insider]
77
# Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
@@ -13,5 +13,5 @@ This section provides detailed information about the namespaces in the Command P
1313

1414
| Namespace | Description |
1515
| :--- | :--- |
16-
| [Microsoft.Windows.Run](microsoft-windows-run.md) | Contains the interfaces that developers will implement to create extensions for the Command Palette. |
17-
| [Microsoft.Windows.Run.Extensions](microsoft-windows-run-extensions.md) | Contains helper classes that developers can use to make creating extensions easier. |
16+
| [Microsoft.Windows.Run](./microsoft-windows-run/microsoft-windows-run.md) | Contains the interfaces to create extensions for the Command Palette. |
17+
| [Microsoft.Windows.Run.Extensions](./microsoft-windows-run-extensions/microsoft-windows-run-extensions.md) | Contains helper classes that make creating extensions easier. |

0 commit comments

Comments
 (0)