StorageItemThumbnail.GetOutputStreamAt(UInt64) 方法

定义

检索输出流对象,用于将缩略图图像数据写入存储项。

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

参数

position
UInt64

unsigned long long

uint64_t

存储项中开始写入缩略图数据的位置。

返回

输出流。

实现

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)

适用于