PickerClosingOperation.GetDeferral Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a PickerClosingDeferral that the app providing files through the file picker can use to respond asynchronously to a Closing event.
public:
virtual PickerClosingDeferral ^ GetDeferral() = GetDeferral;
PickerClosingDeferral GetDeferral();
public PickerClosingDeferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As PickerClosingDeferral
Returns
The PickerClosingDeferral that the app providing files through the file picker can use to respond asynchronously to a Closing event.
Remarks
Use this method to finish responding to a Closing event asynchronously.