StorageItemThumbnail.Position 属性

定义

获取缩略图流的字节偏移量。

public:
 property unsigned long long Position { unsigned long long get(); };
uint64_t Position();
public ulong Position { get; }
var uInt64 = storageItemThumbnail.position;
Public ReadOnly Property Position As ULong

属性值

UInt64

unsigned long long

uint64_t

缩略图流开头的字节数。

实现

注解

缩略图流的初始偏移量为 0。

读取和写入操作更改缩略图流的偏移量。

适用于