_StorageItem.Save 方法

定义

StorageItem保存 。

public:
 void Save();
public void Save ();
Public Sub Save ()

注解

如果以前从未保存过 StorageItem则 Save 将该项目作为隐藏项保存在 Folder 调用的 GetStorage(String, OlStorageIdentifierType) 中。 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.

有关将解决方案数据保存到 StorageItem 对象的详细信息,请参阅 创建数据并将其保存到解决方案存储

适用于