This topic has not yet been rated - Rate this topic

StorageItemThumbnail.Seek | seek method

Sets the offset of the thumbnail stream to the specified value.

Syntax


storageItemThumbnail.seek(position);

Parameters

position

Type: Number [JavaScript] | System.UInt64 [.NET] | uint64 [C++]

The number of bytes from the start of the thumbnail stream where the position of the thumbnail stream is set.

Remarks

Warning  This method does not check position to make sure the value is valid. If the value is invalid for the stream, the readAsync and writeAsync methods will return error if they are called.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

Windows.Storage.FileProperties
Windows::Storage::FileProperties [C++]

Metadata

Windows.winmd

See also

StorageItemThumbnail

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.