PickerClosingOperation クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
- 継承
- 属性
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 を取得します。 |