C# Class DetectApps.UWP.StoreHelper

Store helper class.
Afficher le fichier Open project: martinsuchan/wpdev.samples

Méthodes publiques

Méthode Description
IsAppInstalledAsync ( string packageName ) : Task

Check if target packageName is installed on this device.

Method Details

IsAppInstalledAsync() public static méthode

Check if target packageName is installed on this device.
public static IsAppInstalledAsync ( string packageName ) : Task
packageName string Package name in format: "949FFEAB.Email.cz_refxrrjvvv3cw"
Résultat Task