IPersistStorage Interface

Definition

Enables a container to pass a storage object to a contained object and to save and to load the object. Inherits from IPersist. For more information, see IPersistStorage.

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

Methods

GetClassID(Guid)
HandsOffStorage()
InitNew(IStorage)
IsDirty()
Load(IStorage)
Save(IStorage, Int32)
SaveCompleted(IStorage)

Applies to