IPersistStream Interface

Definition

Saves and loads objects using a simple stream. Inherits from IPersist. For more information, see IPersistStream.

public interface class IPersistStream : Microsoft::VisualStudio::OLE::Interop::IPersist
public interface class IPersistStream : Microsoft::VisualStudio::OLE::Interop::IPersist
__interface IPersistStream : Microsoft::VisualStudio::OLE::Interop::IPersist
[System.Runtime.InteropServices.Guid("00000109-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPersistStream : Microsoft.VisualStudio.OLE.Interop.IPersist
[System.Runtime.InteropServices.Guid("00000109-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPersistStream : Microsoft.VisualStudio.OLE.Interop.IPersist
[<System.Runtime.InteropServices.Guid("00000109-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPersistStream = interface
    interface IPersist
[<System.Runtime.InteropServices.Guid("00000109-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPersistStream = interface
    interface IPersist
Public Interface IPersistStream
Implements IPersist
Derived
Attributes
Implements

Methods

GetClassID(Guid)
GetSizeMax(ULARGE_INTEGER[])
IsDirty()
Load(IStream)
Save(IStream, Int32)

Applies to