SystemInformation.LaunchStoreForReviewAsync Method

Definition

Launches the store app so the user can leave a review.

public static System.Threading.Tasks.Task LaunchStoreForReviewAsync ();
static member LaunchStoreForReviewAsync : unit -> System.Threading.Tasks.Task
Public Shared Function LaunchStoreForReviewAsync () As Task

Returns

A Task representing the asynchronous operation.

Remarks

This method needs to be called from your UI thread.

Applies to