IPersistPropertyBag2 Interface
Defines a property-based persistence system. Extends IPropertyBag and inherits from IPersist. For more information, see IPersistPropertyBag2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("22F55881-280B-11D0-A8A9-00A0C90C2004")> _
Public Interface IPersistPropertyBag2 _
Inherits IPersist
[InterfaceTypeAttribute()]
[GuidAttribute("22F55881-280B-11D0-A8A9-00A0C90C2004")]
public interface IPersistPropertyBag2 : IPersist
[InterfaceTypeAttribute()]
[GuidAttribute(L"22F55881-280B-11D0-A8A9-00A0C90C2004")]
public interface class IPersistPropertyBag2 : IPersist
[<InterfaceTypeAttribute()>]
[<GuidAttribute("22F55881-280B-11D0-A8A9-00A0C90C2004")>]
type IPersistPropertyBag2 =
interface
interface IPersist
end
public interface IPersistPropertyBag2 extends IPersist
The IPersistPropertyBag2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetClassID | ||
InitNew | ||
IsDirty | ||
Load | ||
Save |
Top