Package.GetThumbnailToken Method

Definition

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

public:
 virtual Platform::String ^ GetThumbnailToken() = GetThumbnailToken;
winrt::hstring GetThumbnailToken();
public string GetThumbnailToken();
function getThumbnailToken()
Public Function GetThumbnailToken () As String

Returns

String

Platform::String

winrt::hstring

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.

Applies to