IStream.Read 方法 (array<Byte , UInt32, UInt32%)

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
Sub Read ( _
    <OutAttribute> pv As Byte(), _
    cb As UInteger, _
    <OutAttribute> ByRef pcbRead As UInteger _
)
void Read(
    byte[] pv,
    uint cb,
    out uint pcbRead
)

参数

.NET Framework 安全性

请参见

参考

IStream 接口

Read 重载

Microsoft.VisualStudio.OLE.Interop 命名空间