다음을 통해 공유


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
Public method GetClassID(Guid%) (Inherited from IPersist.)
Public method GetClassID(Guid%)
Public method GetSizeMax
Public method IsDirty
Public method Load
Public method Save

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace