다음을 통해 공유


IPersistMemory Interface

Saves and loads objects from a stream. Inherits from IPersist. For more information, see IPersistMemory.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("BD1AE5E0-A6AE-11CE-BD37-504200C10000")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistMemory _
    Inherits IPersist
[GuidAttribute("BD1AE5E0-A6AE-11CE-BD37-504200C10000")]
[InterfaceTypeAttribute()]
public interface IPersistMemory : IPersist

The IPersistMemory type exposes the following members.

Methods

  Name Description
Public method GetClassID(Guid%) (Inherited from IPersist.)
Public method GetClassID(Guid%)
Public method GetSizeMax
Public method InitNew
Public method IsDirty
Public method Load
Public method Save

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace