StorageStreamTransaction.Stream プロパティ

定義

トランザクションで使用されるランダム アクセス ストリームを取得します。

public:
 property IRandomAccessStream ^ Stream { IRandomAccessStream ^ get(); };
IRandomAccessStream Stream();
public IRandomAccessStream Stream { get; }
var iRandomAccessStream = storageStreamTransaction.stream;
Public ReadOnly Property Stream As IRandomAccessStream

プロパティ値

ランダム アクセス ストリーム。

適用対象