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.Toolkit
The Update method updates the setting with values from a payload parameter. This method is used to apply changes to the setting based on a JSON representation.
Parameters
payload JsonObject
The JsonObject containing the values to update the setting. The JsonObject should contain the properties that correspond to the setting's fields.
Windows developer