Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 566 Bytes

irandomaccessstream_position.md

File metadata and controls

25 lines (17 loc) · 566 Bytes
-api-id -api-type
P:Windows.Storage.Streams.IRandomAccessStream.Position
winrt property

Windows.Storage.Streams.IRandomAccessStream.Position

-description

Gets the byte offset of the stream.

-property-value

The number of bytes from the start of the stream.

-remarks

The initial offset of a IRandomAccessStream is 0.

This offset is affected by both IInputStream and IOutputStream operations.

-examples

-see-also