ISettingsStorageHelper<TKey>.TryDelete(TKey) 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.
Deletes a single item by its key.
public bool TryDelete (TKey key);
abstract member TryDelete : 'Key -> bool
Public Function TryDelete (key As TKey) As Boolean
Parameters
- key
- TKey
Key of the object.
Returns
A boolean indicator of success.