Method of ISettingsStorage
Remove child storage object from collection (input can be an index or an object instance)
SettingsStorage.Remove(Item);
==== Visual Basic Script ====
SettingsStorage.Remove Item
==== C++ ====
HRESULT hr = SettingsStorage.Remove(Item);
===== See Also ===== ISettingsStorage