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
[GuidAttribute("00000109-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IPersistStream : IPersist
[GuidAttribute(L"00000109-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IPersistStream : IPersist
[<GuidAttribute("00000109-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IPersistStream =
interface
interface IPersist
end
public interface IPersistStream extends IPersist
The IPersistStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetClassID | ||
GetSizeMax | ||
IsDirty | ||
Load | ||
Save |
Top