Lets an app that provides files get the deadline for responding to a closing event and get a deferral so the app can respond to the event asynchronously.
Syntax
var pickerClosingOperation = closingOperation;
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The PickerClosingOperation class has these types of members:
Methods
The PickerClosingOperation class has these methods. With C#, Visual Basic, and C++, it also inherits methods from the Object class.
| Method | Description |
|---|---|
| GetDeferral | Gets a pickerClosingDeferral that the app providing files through the file picker can use to respond asynchronously to a closing event. |
Properties
The PickerClosingOperation class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read-only | Gets a dateTime object that indicates when the system will shut down the app that is providing files through the file picker without further notice. |
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 |
|
|
Metadata |
|
See also
Build date: 12/4/2012