StorageItemThumbnail.GetInputStreamAt(UInt64) Method

Definition

Retrieves the thumbnail image data as an undecoded stream.

public:
 virtual IInputStream ^ GetInputStreamAt(unsigned long long position) = GetInputStreamAt;
IInputStream GetInputStreamAt(uint64_t const& position);
public IInputStream GetInputStreamAt(ulong position);
function getInputStreamAt(position)
Public Function GetInputStreamAt (position As ULong) As IInputStream

Parameters

position
UInt64

unsigned long long

uint64_t

The position in the storage item to start reading thumbnail image data.

Returns

An object for reading the thumbnail image data.

Implements

M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(System.UInt64) M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(unsigned long long) M:Windows.Storage.Streams.IRandomAccessStream.GetInputStreamAt(uint64_t)

Applies to