RandomAccessStreamReference 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供檔案輸入和輸出資料流程中資料的隨機存取。
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
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
方法
CreateFromFile(IStorageFile) |
在檔案周圍建立隨機存取資料流程。 |
CreateFromStream(IRandomAccessStream) |
在指定的資料流程周圍建立隨機存取資料流程。 |
CreateFromUri(Uri) |
在指定的 URI 周圍建立隨機存取資料流程。 |
OpenReadAsync() |
開啟串流以進行隨機存取。 |