Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Saves and loads objects from a stream. Replaces IPersistStream and adds an initialization method. Inherits from IPersist. For more information, see IPersistStreamInit.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("7FD52380-4E07-101B-AE2D-08002B2EC713")> _
<InterfaceTypeAttribute()> _
Public Interface IPersistStreamInit _
Inherits IPersist
[GuidAttribute("7FD52380-4E07-101B-AE2D-08002B2EC713")]
[InterfaceTypeAttribute()]
public interface IPersistStreamInit : IPersist
[GuidAttribute(L"7FD52380-4E07-101B-AE2D-08002B2EC713")]
[InterfaceTypeAttribute()]
public interface class IPersistStreamInit : IPersist
[<GuidAttribute("7FD52380-4E07-101B-AE2D-08002B2EC713")>]
[<InterfaceTypeAttribute()>]
type IPersistStreamInit =
interface
interface IPersist
end
public interface IPersistStreamInit extends IPersist
The IPersistStreamInit type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetClassID | |
![]() |
GetSizeMax | |
![]() |
InitNew | |
![]() |
IsDirty | |
![]() |
Load | |
![]() |
Save |
Top