共用方式為


ImageStream.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)

適用於