共用方式為


RandomAccessStreamReference 類別

定義

提供檔案輸入和輸出資料流程中資料的隨機存取。

public ref class RandomAccessStreamReference sealed : IRandomAccessStreamReference
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RandomAccessStreamReference final : IRandomAccessStreamReference
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RandomAccessStreamReference : IRandomAccessStreamReference
Public NotInheritable Class RandomAccessStreamReference
Implements IRandomAccessStreamReference
繼承
Object Platform::Object IInspectable RandomAccessStreamReference
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

方法

CreateFromFile(IStorageFile)

在檔案周圍建立隨機存取資料流程。

CreateFromStream(IRandomAccessStream)

在指定的資料流程周圍建立隨機存取資料流程。

CreateFromUri(Uri)

在指定的 URI 周圍建立隨機存取資料流程。

OpenReadAsync()

開啟串流以進行隨機存取。

適用於

另請參閱