IPersistPropertyBag2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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) |