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 方法将返回错误,如果调用它们。

适用于