StorageItemThumbnail.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 方法在调用时将返回错误。

适用于