Share via


WindowTabThumbnailRequestedEventArgs.Image Property

Definition

Gets or sets the thumbnail image of the tab to be displayed by the system.

public:
 property IRandomAccessStreamReference ^ Image { IRandomAccessStreamReference ^ get(); void set(IRandomAccessStreamReference ^ value); };
IRandomAccessStreamReference Image();

void Image(IRandomAccessStreamReference value);
public IRandomAccessStreamReference Image { get; set; }
var iRandomAccessStreamReference = windowTabThumbnailRequestedEventArgs.image;
windowTabThumbnailRequestedEventArgs.image = iRandomAccessStreamReference;
Public Property Image As IRandomAccessStreamReference

Property Value

The thumbnail image of the tab to be displayed by the system.

Remarks

Important

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

Applies to

See also