共用方式為


IDataReader.ReadBytes(Byte[]) 方法

定義

從輸入資料流程讀取位元組值的陣列。

public:
 void ReadBytes(Platform::Array <byte> ^ value);
void ReadBytes(winrt::array_view <byte> & value);
public void ReadBytes(byte[] value);
function readBytes(value)
Public Sub ReadBytes (value As Byte())

參數

value

Byte[]

byte[]

值的陣列。

適用於