ISequentialStream Interface
Supports simple sequential access to streams. For more information, see ISequentialStream.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaración
<GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")> _
<InterfaceTypeAttribute()> _
Public Interface ISequentialStream
[GuidAttribute("0C733A30-2A1C-11CE-ADE5-00AA0044773D")]
[InterfaceTypeAttribute()]
public interface ISequentialStream
The ISequentialStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
Read | ||
Write |
Top