IPersistStream Interface
Saves and loads objects using a simple stream. Inherits from IPersist. For more information, see IPersistStream.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("00000109-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistStream _
Inherits IPersist
'Usage
Dim instance As IPersistStream
[GuidAttribute("00000109-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IPersistStream : IPersist
[GuidAttribute(L"00000109-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IPersistStream : IPersist
public interface IPersistStream extends IPersist