次の方法で共有


PickerClosingOperation クラス

定義

ファイルを提供するアプリが Closing イベントに応答するための期限を取得し、アプリがイベントに非同期的に応答できるように遅延を取得できるようにします。

public ref class PickerClosingOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
class PickerClosingOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public sealed class PickerClosingOperation
Public NotInheritable Class PickerClosingOperation
継承
Object Platform::Object IInspectable PickerClosingOperation
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

アプリが File Open Picker コントラクトに参加している場合は、このクラスを使用して Closing イベントに応答できます。

プロパティ

Deadline

ファイル ピッカーを通じてファイルを提供するアプリをシステムがシャットダウンするタイミングを示す DateTime オブジェクトを取得します。

メソッド

GetDeferral()

ファイル ピッカーを介してファイルを提供するアプリが Closing イベントに非同期的に応答するために使用できる PickerClosingDeferral を取得します。

適用対象

こちらもご覧ください