IStreamedFileDataRequest インターフェイス

定義

CreateStreamedFileAsync または ReplaceWithStreamedFileAsync を呼び出して作成された StorageFile のデータ ストリームの要求を示すシーケンシャル アクセス出力ストリームを表します。

public interface class IStreamedFileDataRequest
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(376700110, 55997, 19792, 190, 238, 24, 11, 138, 129, 145, 182)]
struct IStreamedFileDataRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(376700110, 55997, 19792, 190, 238, 24, 11, 138, 129, 145, 182)]
public interface IStreamedFileDataRequest
Public Interface IStreamedFileDataRequest
派生
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

メソッド

FailAndClose(StreamedFileFailureMode)

データをストリーミングできないことを示し、データ要求が完了したことを示す現在のストリームによって公開されているシステム リソースを解放します。

適用対象