IPersistPropertyBag2 Interface

Definition

Defines a property-based persistence system. Extends IPropertyBag and inherits from IPersist. For more information, see IPersistPropertyBag2.

public interface class IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
public interface class IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
__interface IPersistPropertyBag2 : Microsoft::VisualStudio::OLE::Interop::IPersist
[System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPersistPropertyBag2 : Microsoft.VisualStudio.OLE.Interop.IPersist
[System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IPersistPropertyBag2 : Microsoft.VisualStudio.OLE.Interop.IPersist
[<System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPersistPropertyBag2 = interface
    interface IPersist
[<System.Runtime.InteropServices.Guid("22F55881-280B-11D0-A8A9-00A0C90C2004")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IPersistPropertyBag2 = interface
    interface IPersist
Public Interface IPersistPropertyBag2
Implements IPersist
Attributes
Implements

Methods

GetClassID(Guid)
InitNew()
IsDirty()
Load(IPropertyBag2, IErrorLog)
Save(IPropertyBag2, Int32, Int32)

Applies to