SystemInformation.LaunchStoreForReviewAsync 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.
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.