DeviceInformation.GetGlyphThumbnailAsync 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.
Gets a glyph for the device.
public:
virtual IAsyncOperation<DeviceThumbnail ^> ^ GetGlyphThumbnailAsync() = GetGlyphThumbnailAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DeviceThumbnail> GetGlyphThumbnailAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DeviceThumbnail> GetGlyphThumbnailAsync();
function getGlyphThumbnailAsync()
Public Function GetGlyphThumbnailAsync () As IAsyncOperation(Of DeviceThumbnail)
Returns
The object for managing the asynchronous operation that will return a DeviceThumbnail
- Attributes