ICustomEditorSettings Interface
Namespace: NextDesign.Core
Description
Settings information specific to the custom editor.
Belonging area
Name | Description |
---|
Editor | A set of APIs to access the editor. |
Property
Name | Description |
---|
Keys | Enumerates the keys of the setting information |
Method
Name | Description |
---|
ClearAll | Clears all the setting information. |
GetValue<T> | Gets the setting information of the specified key. |
RemoveValue | Deletes the setting information of the specified key. |
SetValue<T> | Sets the configuration information for the specified key. |