次の方法で共有


IStream.Read Method (array<Byte , UInt32, UInt32%)

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

IStream Interface

Read Overload

Microsoft.VisualStudio.OLE.Interop Namespace