DeviceInformation.GetThumbnailAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a thumbnail image for the device.
public:
virtual IAsyncOperation<DeviceThumbnail ^> ^ GetThumbnailAsync() = GetThumbnailAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DeviceThumbnail> GetThumbnailAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DeviceThumbnail> GetThumbnailAsync();
function getThumbnailAsync()
Public Function GetThumbnailAsync () As IAsyncOperation(Of DeviceThumbnail)
Returns
The object for managing the asynchronous operation that will return a DeviceThumbnail.
- Attributes