The IPropertyService type exposes the following members.
Methods | Name | Description |
---|
| GetValueT(PropertyKeyT, RuntimePropertyKind) |
Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
|
| GetValueT(String, T) |
Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
|
| GetValueT(PropertyKeyT, RuntimePropertyKind, FuncT) |
Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
|
| GetValueOrNullT |
Gets the property value from UserSettings, then ApplicationSettings, then BuiltinSettings.
|
| Save |
Saves the user settings.
|
| SetValueT(PropertyKeyT, T) |
Sets a value belonging to a property key
|
| SetValueT(String, T) |
Sets a value associated with a property key.
|
TopSee Also