PhotoImportItem.Thumbnail Property

Definition

Gets a random access stream containing the thumbnail image associated with the item.

public:
 property IRandomAccessStreamReference ^ Thumbnail { IRandomAccessStreamReference ^ get(); };
IRandomAccessStreamReference Thumbnail();
public IRandomAccessStreamReference Thumbnail { get; }
var iRandomAccessStreamReference = photoImportItem.thumbnail;
Public ReadOnly Property Thumbnail As IRandomAccessStreamReference

Property Value

A random access stream containing the thumbnail image associated with the item.

Applies to