PickerClosingDeferral class

This topic has not yet been rated - Rate this topic

Use by an app that provides files to indicate asynchronously that the app is finished responding to a closing event.

Syntax


var pickerClosingDeferral = getDeferral();

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The PickerClosingDeferral class has these types of members:

Methods

The PickerClosingDeferral class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.

MethodDescription
Complete Signals that the app providing files has finished responding to a closing event.

 

Remarks

If your app participates in the File Open Picker contract, you can use this class to respond to a closing event.

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.Storage.Pickers.Provider
Windows::Storage::Pickers::Provider [C++]

Metadata

Windows.winmd

See also

Object
pickerClosingOperation.getDeferral

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.