次の方法で共有


PickerClosingEventArgs クラス

定義

Closing イベントに関する情報を提供します。

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

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 で導入)

注釈

このオブジェクトは、 Closing イベントのイベント ハンドラーに渡されます。

アプリがファイルを開くピッカー コントラクトに参加していて 、Closing イベントが発生した場合は、アプリを閉じる前にクリーンアップ タスクを実行してアプリが応答する必要があります。 たとえば、ユーザーがファイル ピッカーをキャンセルした場合、ユーザーがファイル ピッカーを選択したときにファイル ピッカーに追加された一時ファイルをクリーンアップすることで、このイベントに応答できます。

プロパティ

ClosingOperation

Closing イベントに応答するために使用される pickerClosingOperation オブジェクトを取得します。

IsCanceled

ユーザーがファイル ピッカーを取り消したためにファイル ピッカーが閉じているかどうかを示す値を取得します。

適用対象