Package.GetThumbnailToken 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.
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
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.