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. 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
'Usage
Dim instance As IPersistPropertyBag2
[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