Click or drag to resize
GDStorageFolderGetScaledImageAsThumbnailAsync Method (ThumbnailMode, UInt32, ThumbnailOptions)
Gets a scaled image as a thumbnail, determined by the purpose of the thumbnail.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<StorageItemThumbnail> GetScaledImageAsThumbnailAsync(
	ThumbnailMode mode,
	uint requestedSize,
	ThumbnailOptions options
)

Parameters

mode
Type: Windows.Storage.FilePropertiesThumbnailMode
Not used.
requestedSize
Type: SystemUInt32
Not used.
options
Type: Windows.Storage.FilePropertiesThumbnailOptions
Not used.

Return Value

Type: IAsyncOperationStorageItemThumbnail
This method always returns null.

Implements

IStorageItemProperties2GetScaledImageAsThumbnailAsync(ThumbnailMode, UInt32, ThumbnailOptions)
Remarks
Thumbnails are not currently supported for BlackBerry Dynamics folders. This method will always return null (no thumbnail is available).
See Also