This topic has not yet been rated - Rate this topic

Package.GetThumbnailToken method

Windows Phone only. Returns a token that can be used to retrieve the thumbnail image associated with this application package.

Syntax

Public Function GetThumbnailToken() As String

Parameters

This method has no parameters.

Return value

Type: System.String [.NET] | Platform::String [C++]

A token that can be used to retrieve the thumbnail image associated with this application package.

Remarks

Use the GetSharedFileName method passing the token returned by this method to retrieve the thumbnail image associated with this application package.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.ApplicationModel
Windows::ApplicationModel [C++]

Metadata

Windows.winmd

See also

Package

 

 

Build date: 2/25/2013

© 2013 Microsoft. All rights reserved.