NotesWindowManagerPreview.SetThumbnailImageForTaskSwitcherAsync 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.
Asynchronously sets the thumbnail image for this application as it appears in the Alt+TAB task switcher.
public:
virtual IAsyncAction ^ SetThumbnailImageForTaskSwitcherAsync(SoftwareBitmap ^ bitmap) = SetThumbnailImageForTaskSwitcherAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SetThumbnailImageForTaskSwitcherAsync(SoftwareBitmap const& bitmap);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SetThumbnailImageForTaskSwitcherAsync(SoftwareBitmap bitmap);
function setThumbnailImageForTaskSwitcherAsync(bitmap)
Public Function SetThumbnailImageForTaskSwitcherAsync (bitmap As SoftwareBitmap) As IAsyncAction
Parameters
- bitmap
- SoftwareBitmap
A bitmap of the thumbnail image.
Returns
Returns an IAsyncAction that indicates when the action has completed.
- Attributes
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.15063.0)
|
API contract |
Windows.ApplicationModel.Preview.Notes.PreviewNotesContract (introduced in v2.0)
|