NotesWindowManagerPreview.SetThumbnailImageForTaskSwitcherAsync Method

Definition

Overloads

SetThumbnailImageForTaskSwitcherAsync(SoftwareBitmap)

Asynchronously sets the thumbnail image for this application as it appears in the Alt+TAB task switcher.

SetThumbnailImageForTaskSwitcherAsync(SoftwareBitmap)

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)

See also

Applies to