1using System.ComponentModel;
Interface for a single workspace setting.
void SetToDefault()
Set the UntypedValue to the UntypedDefaultValue
bool HasDefaultValue
Indicating if the UntypedValue equals the UntypedDefaultValue.
object UntypedDefaultValue
Default value for the setting.
bool HasChanged
Indicating if the UntypedValue and UntypedSnapshotValue differ.
object UntypedMinValue
Minimum value for the setting.
object UntypedSnapshotValue
Snapshot value for the setting.
void Reset()
Set the UntypedValue to the UntypedSnapshotValue
void CreateSnapshot()
Save the UntypedValue to the UntypedSnapshotValue
string Key
Key for this setting.
Type ValueType
Type of this setting.
object UntypedValue
Value for the setting.
object UntypedMaxValue
Maximum value for the setting.