Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 722 Bytes

windowtabthumbnailrequestedeventargs_getdeferral_254836512.md

File metadata and controls

29 lines (18 loc) · 722 Bytes
-api-id -api-type
M:Windows.UI.Shell.WindowTabThumbnailRequestedEventArgs.GetDeferral
winrt method

Windows.UI.Shell.WindowTabThumbnailRequestedEventArgs.GetDeferral

-description

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

-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.

-see-also

WindowTabManager.TabThumbnailRequested

-examples