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 です。

このオフセットは、 IInputStream 操作と IOutputStream 操作の両方の影響を受けます。

適用対象