Constructor SettingsKeyAttribute
SettingsKeyAttribute(string, SettingsScope)
Register a field as a setting. This allows the UserSettingsProvider to reset it's value and display it's value in debugging modes.
Declaration
public SettingsKeyAttribute(string key, SettingsScope scope = SettingsScope.Project)
Parameters
Type | Name | Description |
---|---|---|
string | key | The setting key. |
SettingsScope | scope | The scope in which this setting is serialized. |