CurrentApp.AppId Propriété

Définition

Obtient le GUID généré par le Windows Store lorsque votre application a été certifiée pour être listée dans le Windows Store.

Notes

Une fois votre application dans le Windows Store, les futures mises à jour de l’application ou les modifications apportées à la description de l’application n’entraîneront pas de modification de CurrentApp.AppId.

public:
 static property Platform::Guid AppId { Platform::Guid get(); };
static winrt::guid AppId();
public static Guid AppId { get; }
var guid = CurrentApp.appId;
Public Shared ReadOnly Property AppId As Guid

Valeur de propriété

Guid

Platform::Guid

winrt::guid

GUID qui identifie l’application dans le Windows Store.

Remarques

Pour obtenir un lien vers votre application dans le Windows Store, qui fait référence au même GUID, utilisez LinkUri.

S’applique à