StorageItemThumbnail.Type 属性

定义

获取一个值,该值指示缩略图是图标还是图像。

public:
 property ThumbnailType Type { ThumbnailType get(); };
ThumbnailType Type();
public ThumbnailType Type { get; }
var thumbnailType = storageItemThumbnail.type;
Public ReadOnly Property Type As ThumbnailType

属性值

指示缩略图是图标还是图像的值。

适用于