FileInformation.GetThumbnailAsync メソッド

定義

オーバーロード

GetThumbnailAsync(ThumbnailMode)

StorageFile に関連付けられているサムネイルを取得します。

GetThumbnailAsync(ThumbnailMode, UInt32)

StorageFile に関連付けられているサムネイルを取得し、指定したサイズにスケーリングします。

GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)

指定したオプションに基づいて、 StorageFile に関連付けられているサムネイルを取得します。

GetThumbnailAsync(ThumbnailMode)

StorageFile に関連付けられているサムネイルを取得します。

public:
 virtual IAsyncOperation<StorageItemThumbnail ^> ^ GetThumbnailAsync(ThumbnailMode mode) = GetThumbnailAsync;
/// [Windows.Foundation.Metadata.Overload("GetThumbnailAsyncOverloadDefaultSizeDefaultOptions")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode const& mode);
[Windows.Foundation.Metadata.Overload("GetThumbnailAsyncOverloadDefaultSizeDefaultOptions")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode mode);
function getThumbnailAsync(mode)
Public Function GetThumbnailAsync (mode As ThumbnailMode) As IAsyncOperation(Of StorageItemThumbnail)

パラメーター

mode
ThumbnailMode

取得するサムネイル モード。

戻り値

このメソッドが正常に完了すると、サムネイルイメージが StorageItemThumbnail オブジェクトとして返されます。

実装

属性

こちらもご覧ください

適用対象

GetThumbnailAsync(ThumbnailMode, UInt32)

StorageFile に関連付けられているサムネイルを取得し、指定したサイズにスケーリングします。

public:
 virtual IAsyncOperation<StorageItemThumbnail ^> ^ GetThumbnailAsync(ThumbnailMode mode, unsigned int requestedSize) = GetThumbnailAsync;
/// [Windows.Foundation.Metadata.Overload("GetThumbnailAsyncOverloadDefaultOptions")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode const& mode, uint32_t const& requestedSize);
[Windows.Foundation.Metadata.Overload("GetThumbnailAsyncOverloadDefaultOptions")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode mode, uint requestedSize);
function getThumbnailAsync(mode, requestedSize)
Public Function GetThumbnailAsync (mode As ThumbnailMode, requestedSize As UInteger) As IAsyncOperation(Of StorageItemThumbnail)

パラメーター

mode
ThumbnailMode

取得するサムネイル モード。

requestedSize
UInt32

unsigned int

uint32_t

取得するサムネイルの要求されたサイズ (ピクセル単位)。

戻り値

このメソッドが正常に完了すると、サムネイルイメージが StorageItemThumbnail オブジェクトとして返されます。

実装

M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32) M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,unsigned int) M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,uint32_t)
属性

こちらもご覧ください

適用対象

GetThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)

指定したオプションに基づいて、 StorageFile に関連付けられているサムネイルを取得します。

public:
 virtual IAsyncOperation<StorageItemThumbnail ^> ^ GetThumbnailAsync(ThumbnailMode mode, unsigned int requestedSize, ThumbnailOptions options) = GetThumbnailAsync;
/// [Windows.Foundation.Metadata.Overload("GetThumbnailAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode const& mode, uint32_t const& requestedSize, ThumbnailOptions const& options);
[Windows.Foundation.Metadata.Overload("GetThumbnailAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<StorageItemThumbnail> GetThumbnailAsync(ThumbnailMode mode, uint requestedSize, ThumbnailOptions options);
function getThumbnailAsync(mode, requestedSize, options)
Public Function GetThumbnailAsync (mode As ThumbnailMode, requestedSize As UInteger, options As ThumbnailOptions) As IAsyncOperation(Of StorageItemThumbnail)

パラメーター

mode
ThumbnailMode

取得するサムネイル モード。

requestedSize
UInt32

unsigned int

uint32_t

取得するサムネイルの要求されたサイズ (ピクセル単位)。

options
ThumbnailOptions

サムネイル取得オプション。

戻り値

このメソッドが正常に完了すると、サムネイルイメージが StorageItemThumbnail オブジェクトとして返されます。

実装

M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,System.UInt32,Windows.Storage.FileProperties.ThumbnailOptions) M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,unsigned int,Windows.Storage.FileProperties.ThumbnailOptions) M:Windows.Storage.IStorageItemProperties.GetThumbnailAsync(Windows.Storage.FileProperties.ThumbnailMode,uint32_t,Windows.Storage.FileProperties.ThumbnailOptions)
属性

こちらもご覧ください

適用対象