ICustomEditorSettings.SetValue<T> Method
Namespace: NextDesign.Core
Description
Sets the setting information for the specified key.
Type parameters
| Input type | Constraints |
|---|---|
| T |
Arguments
| Name | Type | Description |
|---|---|---|
| key | string | Key null cannot be specified. |
| value | T | Setting information |
| encrypt | bool | Whether to encrypt when setting The default value is false. This parameter is evaluated only if the setting information type is string. |
Return value
- void
Exception
| Name | Exception class | Description |
|---|---|---|
| Invalid argument | ExtensionArgumentException | If key is set to null |