共用方式為


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)

適用於