IStream Interface
Reads and writes data to stream objects. For more information, see IStream.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("0000000C-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IStream _
Inherits ISequentialStream
[GuidAttribute("0000000C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IStream : ISequentialStream
[GuidAttribute(L"0000000C-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IStream : ISequentialStream
[<GuidAttribute("0000000C-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IStream =
interface
interface ISequentialStream
end
public interface IStream extends ISequentialStream
The IStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | |
![]() |
Commit | |
![]() |
CopyTo | |
![]() |
LockRegion | |
![]() |
Read | |
![]() |
Revert | |
![]() |
Seek | |
![]() |
SetSize | |
![]() |
Stat | |
![]() |
UnlockRegion | |
![]() |
Write |
Top