Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<GuidAttribute("37D84F60-42CB-11CE-8135-00AA004BB851")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistPropertyBag _
Inherits IPersist
'Usage
Dim instance As IPersistPropertyBag
[GuidAttribute("37D84F60-42CB-11CE-8135-00AA004BB851")]
[InterfaceTypeAttribute()]
public interface IPersistPropertyBag : IPersist
[GuidAttribute(L"37D84F60-42CB-11CE-8135-00AA004BB851")]
[InterfaceTypeAttribute()]
public interface class IPersistPropertyBag : IPersist
[<GuidAttribute("37D84F60-42CB-11CE-8135-00AA004BB851")>]
[<InterfaceTypeAttribute()>]
type IPersistPropertyBag =
interface
interface IPersist
end
public interface IPersistPropertyBag extends IPersist