共用方式為


InMemoryRandomAccessStream.Seek(UInt64) 方法

定義

將資料流程的位置設定為指定的值。

public:
 virtual void Seek(unsigned long long position) = Seek;
void Seek(uint64_t const& position);
public void Seek(ulong position);
function seek(position)
Public Sub Seek (position As ULong)

參數

position
UInt64

unsigned long long

uint64_t

資料流程的新位置。

實作

M:Windows.Storage.Streams.IRandomAccessStream.Seek(System.UInt64) M:Windows.Storage.Streams.IRandomAccessStream.Seek(unsigned long long) M:Windows.Storage.Streams.IRandomAccessStream.Seek(uint64_t)

備註

警告

這個方法不會檢查位置,以確保值對資料流程有效。 如果資料流程的位置無效,當您呼叫 ReadAsyncWriteAsync 方法時,將會傳回錯誤。

適用於