Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<GuidAttribute("BD1AE5E0-A6AE-11CE-BD37-504200C10000")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistMemory _
Inherits IPersist
[GuidAttribute("BD1AE5E0-A6AE-11CE-BD37-504200C10000")]
[InterfaceTypeAttribute()]
public interface IPersistMemory : IPersist
[GuidAttribute(L"BD1AE5E0-A6AE-11CE-BD37-504200C10000")]
[InterfaceTypeAttribute()]
public interface class IPersistMemory : IPersist
[<GuidAttribute("BD1AE5E0-A6AE-11CE-BD37-504200C10000")>]
[<InterfaceTypeAttribute()>]
type IPersistMemory =
interface
interface IPersist
end
public interface IPersistMemory extends IPersist
The IPersistMemory type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetClassID | |
![]() |
GetSizeMax | |
![]() |
InitNew | |
![]() |
IsDirty | |
![]() |
Load | |
![]() |
Save |
Top