ISequentialStream.Read, méthode
Espace de noms : Microsoft.VisualStudio.OLE.Interop
Assembly : Microsoft.VisualStudio.OLE.Interop (dans Microsoft.VisualStudio.OLE.Interop.dll)
Syntaxe
'Déclaration
Sub Read ( _
<OutAttribute> pv As Byte(), _
cb As UInteger, _
<OutAttribute> ByRef pcbRead As UInteger _
)
void Read(
byte[] pv,
uint cb,
out uint pcbRead
)
Paramètres
- pv
Type : array<System.Byte[]
- cb
Type : System.UInt32
- pcbRead
Type : System.UInt32%
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.