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.
Enables a container to pass a storage object to a contained object and to save and to load the object. Inherits from IPersist. For more information, see IPersistStorage.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010A-0000-0000-C000-000000000046")> _
Public Interface IPersistStorage _
Inherits IPersist
'Usage
Dim instance As IPersistStorage
[InterfaceTypeAttribute()]
[GuidAttribute("0000010A-0000-0000-C000-000000000046")]
public interface IPersistStorage : IPersist
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000010A-0000-0000-C000-000000000046")]
public interface class IPersistStorage : IPersist
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000010A-0000-0000-C000-000000000046")>]
type IPersistStorage =
interface
interface IPersist
end
public interface IPersistStorage extends IPersist