IPersistStorage 接口

使容器传递到包含对象的存储对象和设置保存和加载对象。 继承自 IPersist。 有关更多信息,请参见 IPersistStorage

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010A-0000-0000-C000-000000000046")> _
Public Interface IPersistStorage _
    Inherits IPersist
[InterfaceTypeAttribute()]
[GuidAttribute("0000010A-0000-0000-C000-000000000046")]
public interface IPersistStorage : IPersist

IPersistStorage 类型公开以下成员。

方法

  名称 说明
公共方法 GetClassID(Guid%) (继承自 IPersist。)
公共方法 GetClassID(Guid%)
公共方法 HandsOffStorage
公共方法 InitNew
公共方法 IsDirty
公共方法 Load
公共方法 Save
公共方法 SaveCompleted

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间