StorageItemThumbnail.GetOutputStreamAt(UInt64) Method
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.
Retrieves an output stream object for writing thumbnail image data to a storage item.
public:
virtual IOutputStream ^ GetOutputStreamAt(unsigned long long position) = GetOutputStreamAt;
IOutputStream GetOutputStreamAt(uint64_t const& position);
public IOutputStream GetOutputStreamAt(ulong position);
function getOutputStreamAt(position)
Public Function GetOutputStreamAt (position As ULong) As IOutputStream
Parameters
- position
-
UInt64
unsigned long long
uint64_t
The position in the storage item to start writing thumbnail image data.
Returns
The output stream.
Implements
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(System.UInt64)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(unsigned long long)
M:Windows.Storage.Streams.IRandomAccessStream.GetOutputStreamAt(uint64_t)