Click or drag to resize
Cimbalino ToolkitIApplicationSettingsServiceHandler Methods

The IApplicationSettingsServiceHandler type exposes the following members.

Methods
  NameDescription
Public methodContains
Determines if the application settings contains the specified key.
Public methodGetT(String)
Gets the value associated with the specified key.
Public methodGetT(String, T)
Gets the value associated with the specified key.
Public methodGetValuesAsync
Gets an object that represents all the settings in this IApplicationSettingsServiceHandler instance.
Public methodRemove
Removes the specified key and associated value.
Public methodSetT
Sets the value for the specified key. If the entry does not exist, a new one will be added.
Top
See Also