Share via


WindowTabThumbnailRequestedEventArgs.GetDeferral Method

Definition

Gets a deferral object that delays the completion of the event until the generation of the thumbnail image is complete.

public:
 virtual Deferral ^ GetDeferral() = GetDeferral;
Deferral GetDeferral();
public Deferral GetDeferral();
function getDeferral()
Public Function GetDeferral () As Deferral

Returns

A deferral object that you can use to identify when the generation of the thumbnail image is complete.

Remarks

Important

This API is for Win32 desktop apps only. UWP and other app types are not supported.

Applies to

See also