IRandomAccessStreamReference.OpenReadAsync 方法

定義

開啟資料流程以供隨機存取。

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

傳回

非同步作業。

屬性

適用於

另請參閱