Remove
Method of ISettingsStorage
Description
Remove child storage object from collection (input can be an index or an object instance)
Parameters
- VARIANT Item
Syntax
JavaScript
SettingsStorage.Remove(Item);
Visual Basic Script
SettingsStorage.Remove Item
C++
HRESULT hr = SettingsStorage.Remove(Item);