IRandomAccessStream.Position 属性

定义

获取流的字节偏移量。

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

属性值

UInt64

unsigned long long

uint64_t

从流开始的字节数。

注解

IRandomAccessStream 的初始偏移量为 0。

此偏移量受 IInputStreamIOutputStream 操作的影响。

适用于