WindowsRuntimeBufferExtensions.GetByte(IBuffer, UInt32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重要
此 API 不符合 CLS 規範。
傳回指定 Windows.Storage.Streams.IBuffer 介面中指定位移的位元組。
public:
[System::Runtime::CompilerServices::Extension]
static System::Byte GetByte(Windows::Storage::Streams::IBuffer ^ source, System::UInt32 byteOffset);
[System.CLSCompliant(false)]
public static byte GetByte (this Windows.Storage.Streams.IBuffer source, uint byteOffset);
[<System.CLSCompliant(false)>]
static member GetByte : Windows.Storage.Streams.IBuffer * uint32 -> byte
<Extension()>
Public Function GetByte (source As IBuffer, byteOffset As UInteger) As Byte
參數
- source
- IBuffer
位元組取得來源的緩衝區。
- byteOffset
- UInt32
位元組的位移。
傳回
位在指定位移處的位元組。
- 屬性
例外狀況
source
為 null。
byteOffset
小於 0 (零)。
byteOffset
大於或等於 source
的容量。