IRandomAccessStream.Position 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得資料流程的位元組位移。
public:
property unsigned long long Position { unsigned long long get(); };
uint64_t Position();
public ulong Position { get; }
var uInt64 = iRandomAccessStream.position;
Public ReadOnly Property Position As ULong
屬性值
資料流程開頭的位元組數目。
備註
IRandomAccessStream的初始位移為 0。
此位移會受到 IInputStream 和 IOutputStream 作業的影響。