ImageStream.GetOutputStreamAt(UInt64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回資料流程中指定位置的輸出資料流程。
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)