StorageItemThumbnail.Type プロパティ

定義

サムネイルがアイコンか画像か示す値を取得します。

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

プロパティ値

サムネイルがアイコンか画像か示す値。

適用対象