PhotoImportItem.Thumbnail 属性

定义

获取包含与项关联的缩略图的随机访问流。

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

属性值

包含与项关联的缩略图的随机访问流。

适用于