WindowTabThumbnailRequestedEventArgs.Image Property
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.
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.