다음을 통해 공유


IPersistPropertyBag Interface

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

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
<GuidAttribute("37D84F60-42CB-11CE-8135-00AA004BB851")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistPropertyBag _
    Inherits IPersist
[GuidAttribute("37D84F60-42CB-11CE-8135-00AA004BB851")]
[InterfaceTypeAttribute()]
public interface IPersistPropertyBag : IPersist

The IPersistPropertyBag type exposes the following members.

Methods

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

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace