_StorageItem.Save 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 the StorageItem.
public:
void Save();
public void Save ();
Public Sub Save ()
Remarks
If the StorageItem has never been saved before, Save saves the item as a hidden item in the Folder on which GetStorage(String, OlStorageIdentifierType) was called. If the StorageItem has been saved previously and the item has since been changed, Save saves the changes to the item. If the StorageItem has been saved previously and the item has not been changed since then, the Save method does nothing.
For more information on saving solution data to a StorageItem object, see Creating and Saving Data to Solution Storage