FileInformation.OpenReadAsync メソッド

定義

StorageFile 経由で読み取り専用のランダム アクセス ストリームを開きます。

public:
 virtual IAsyncOperation<IRandomAccessStreamWithContentType ^> ^ OpenReadAsync() = OpenReadAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
public IAsyncOperation<IRandomAccessStreamWithContentType> OpenReadAsync();
function openReadAsync()
Public Function OpenReadAsync () As IAsyncOperation(Of IRandomAccessStreamWithContentType)

戻り値

このメソッドが正常に完了すると、読み取り専用のランダム アクセス ストリーム ( IRandomAccessStreamWithContentType 型) が返されます。

実装

属性

適用対象

こちらもご覧ください