StorageItemThumbnail.Position 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取缩略图流的字节偏移量。
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
属性值
缩略图流开头的字节数。
实现
注解
缩略图流的初始偏移量为 0。
读取和写入操作更改缩略图流的偏移量。