CurrentAppSimulator.AppId 属性

定义

获取模拟的应用 ID。 由于 CurrentAppSimulator 仅用于在应用开发期间进行测试,因此返回的 CurrentAppSimulator.AppId 仅包含 0。

应用在 Windows 应用商店中列出后, CurrentApp.AppId 将获取在应用载入期间生成的 GUID ,并用于在 Windows 应用商店目录中列出你的应用。

注意

应用更新或更改应用说明不会导致 CurrentApp.AppId 发生更改。

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

属性值

Guid

Platform::Guid

winrt::guid

标识 Windows 应用商店中的应用的 GUID

注解

使用 WindowsStoreProxy.xml 文件中的 AppId 元素作为返回的对象成员的数据源。 有关详细信息,请参阅 将 WindowsStoreProxy.xml 文件与 CurrentAppSimulator 配合使用

适用于