)>
Defined in Type: IStore
Namespace: CrissCross.WPF.UI.Storage
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
void SetData(string id, IDictionary<string, object?> values)
Summary: Sets the data.
Parameters
| Name | Type | Description |
|---|---|---|
id | string | The identifier. |
values | IDictionary | The values. |