다음을 통해 공유


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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("22F55881-280B-11D0-A8A9-00A0C90C2004")> _
Public Interface IPersistPropertyBag2 _
    Inherits IPersist
[InterfaceTypeAttribute()]
[GuidAttribute("22F55881-280B-11D0-A8A9-00A0C90C2004")]
public interface IPersistPropertyBag2 : IPersist

The IPersistPropertyBag2 type exposes the following members.

Methods

  Name Description
Public method GetClassID(Guid%) (Inherited from IPersist.)
Public method GetClassID(Guid%)
Public method InitNew
Public method IsDirty
Public method Load
Public method Save

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace