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
)
参数
- pv
类型:array<System.Byte[]
- cb
类型:System.UInt32
- pcbRead
类型:System.UInt32%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。