Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The UpdateQuery method is used to update the query string used for fallback handling. This method is called when the user types a query that doesn't match any of the commands in the Command Palette.
Parameters
query String
The query string that is used for fallback handling. This is the text that the user has typed into the Command Palette.
Windows developer