Edit

ISettingsForm.ToDictionary() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

The ToDictionary method returns a dictionary containing a representation of the settings form's data.

Returns

A Dictionary<String, Object> that contains the settings form's data. The keys in the dictionary are the names of the settings, and the values are the corresponding values of those settings.