次の方法で共有


ThumbnailType 列挙型

定義

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

public enum class ThumbnailType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class ThumbnailType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum ThumbnailType
var value = Windows.Storage.FileProperties.ThumbnailType.image
Public Enum ThumbnailType
継承
ThumbnailType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Icon 1

サムネイルはアイコンです。

Image 0

サムネイルは画像です。

適用対象