Skip to content

Commit abddad5

Browse files
committed
First batch of updates.
1 parent f8c07ea commit abddad5

File tree

177 files changed

+357
-273
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+357
-273
lines changed

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/anonymouscommand.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
Inherits [InvokableCommand](invokablecommand.md)
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/anonymouscommand_constructor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-loc: [PowerToys, Windows, Insider]
1212

1313
### Definition
1414

15-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
15+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1616

1717
Initializes a new instance of the [AnonymousCommand](anonymouscommand.md) class with an `action`.
1818

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/anonymouscommand_invoke.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
## Returns
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/baseobservable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
Implements [INotifyPropChanged](../microsoft-commandpalette-extensions/inotifypropchanged.md)
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/baseobservable_onpropertychanged.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
Raises the [PropChanged](baseobservable.md#events) event to notify that a property value has changed.
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
## Choice(String, String) Constructor
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choicesetsetting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
Inherits [Setting<String>](setting.md)
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choicesetsetting_constructor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ no-loc: [PowerToys, Windows, Insider]
1212

1313
### Definition
1414

15-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
15+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1616

1717
Initializes a new instance of the [ChoiceSetSetting](choicesetsetting.md) class from the base [Setting](setting.md) class, setting its [Key](setting.md#properties) property to `key` and its [Choices](choicesetsetting.md#properties) set to `choices`.
1818

@@ -34,7 +34,7 @@ public ChoiceSetSetting(string key, List<Choice> choices)
3434

3535
### Definition
3636

37-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
37+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
3838

3939
Initializes a new instance of the [ChoiceSetSetting](choicesetsetting.md) class from the base [Setting](setting.md) class, setting its [Key](setting.md#properties) property to `key`, its [Label](setting.md#properties) to `label`, its [Description](setting.md#properties) to `description`, and its [Choices](choicesetsetting.md#properties) to `choices`.
4040

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choicesetsetting_loadfromjson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
## Parameters
1616

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/choicesetsetting_todictionary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ no-loc: [PowerToys, Windows, Insider]
1010

1111
## Definition
1212

13-
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions.toolkit.md)
13+
Namespace: [Microsoft.CommandPalette.Extensions.Toolkit](microsoft-commandpalette-extensions-toolkit.md)
1414

1515
## Returns
1616

0 commit comments

Comments
 (0)