PickerClosingOperation.GetDeferral Method

Definition

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.

Applies to