从流保存和加载对象。替换 IPersistStream 并添加初始化方法。继承自 IPersist。有关更多信息,请参见 IPersistStreamInit。
命名空间: Microsoft.VisualStudio.OLE.Interop
程序集: Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)
语法
声明
<GuidAttribute("7FD52380-4E07-101B-AE2D-08002B2EC713")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistStreamInit _
Inherits IPersist
[GuidAttribute("7FD52380-4E07-101B-AE2D-08002B2EC713")]
[InterfaceTypeAttribute()]
public interface IPersistStreamInit : IPersist
IPersistStreamInit 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
GetClassID(Guid%) | (继承自 IPersist。) |
![]() |
GetClassID(Guid%) | |
![]() |
GetSizeMax | |
![]() |
InitNew | |
![]() |
IsDirty | |
![]() |
Load | |
![]() |
Save |
页首