IPersistPropertyBag Interface

Definition

Defines a property-based persistence system. Inherits from IPersist. For more information, see IPersistPropertyBag.

public interface class IPersistPropertyBag : Microsoft::VisualStudio::OLE::Interop::IPersist
public interface class IPersistPropertyBag : Microsoft::VisualStudio::OLE::Interop::IPersist
__interface IPersistPropertyBag : Microsoft::VisualStudio::OLE::Interop::IPersist
[System.Runtime.InteropServices.Guid("37D84F60-42CB-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPersistPropertyBag : Microsoft.VisualStudio.OLE.Interop.IPersist
[System.Runtime.InteropServices.Guid("37D84F60-42CB-11CE-8135-00AA004BB851")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPersistPropertyBag : Microsoft.VisualStudio.OLE.Interop.IPersist
[<System.Runtime.InteropServices.Guid("37D84F60-42CB-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPersistPropertyBag = interface
    interface IPersist
[<System.Runtime.InteropServices.Guid("37D84F60-42CB-11CE-8135-00AA004BB851")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPersistPropertyBag = interface
    interface IPersist
Public Interface IPersistPropertyBag
Implements IPersist
Attributes
Implements

Methods

GetClassID(Guid)
InitNew()
Load(IPropertyBag, IErrorLog)
Save(IPropertyBag, Int32, Int32)

Applies to