InMemoryRandomAccessStream.Position プロパティ

定義

ストリームのバイト オフセットを取得します。

public:
 property unsigned long long Position { unsigned long long get(); };
uint64_t Position();
public ulong Position { get; }
var uInt64 = inMemoryRandomAccessStream.position;
Public ReadOnly Property Position As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

ストリームの先頭からのバイト数。

実装

適用対象