PickerClosingDeferral
PickerClosingDeferral
PickerClosingDeferral
PickerClosingDeferral
Class
Definition
Use by an app that provides files to indicate asynchronously that the app is finished responding to a closing event.
public : sealed class PickerClosingDeferral : IPickerClosingDeferralpublic sealed class PickerClosingDeferral : IPickerClosingDeferralPublic NotInheritable Class PickerClosingDeferral Implements IPickerClosingDeferral// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
If your app participates in the File Open Picker contract, you can use this class to respond to a closing event.
Methods
Complete() Complete() Complete() Complete()
Signals that the app providing files has finished responding to a closing event.
public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.
Remarks
Calling this method will complete the request even if getDeferral has been called multiple times.