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

‘선언
<GuidAttribute("00000109-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistStream _
    Inherits IPersist
‘사용 방법
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
[<GuidAttribute("00000109-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IPersistStream =  
    interface
        interface IPersist
    end
public interface IPersistStream extends IPersist

See Also

Reference

IPersistStream Members

Microsoft.VisualStudio.OLE.Interop Namespace