IPersistStream Interface
Saves and loads objects using a simple stream. Inherits from IPersist. For more information, see IPersistStream.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'宣告
<GuidAttribute("00000109-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistStream _
Inherits IPersist
[GuidAttribute("00000109-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IPersistStream : IPersist
The IPersistStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetClassID(Guid%) | (Inherited from IPersist.) |
![]() |
GetClassID(Guid%) | |
![]() |
GetSizeMax | |
![]() |
IsDirty | |
![]() |
Load | |
![]() |
Save |
Top