StorageItemThumbnail.Position Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the byte offset of the thumbnail stream.
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
Property Value
The number of bytes from the start of the thumbnail stream.
Implements
Remarks
The initial offset of a thumbnail stream is 0.
The offset of the thumbnail stream is changed by both read and write operations.