StorageStreamTransaction.Stream Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the random-access stream used in the transaction.
public:
property IRandomAccessStream ^ Stream { IRandomAccessStream ^ get(); };
IRandomAccessStream Stream();
public IRandomAccessStream Stream { get; }
var iRandomAccessStream = storageStreamTransaction.stream;
Public ReadOnly Property Stream As IRandomAccessStream
Property Value
The random-access stream.