ISettingsStorageHelper<TKey>.Save<TValue>(TKey, TValue) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves a single item by its key.
public void Save<TValue> (TKey key, TValue value);
abstract member Save : 'Key * 'Value -> unit
Public Sub Save(Of TValue) (key As TKey, value As TValue)
Type Parameters
- TValue
Type of object saved.
Parameters
- key
- TKey
Key of the value saved.
- value
- TValue
Object to save.