CurrentAppSimulator.LicenseInformation 属性

定义

获取模拟提供的当前应用的模拟许可证元数据。

public:
 static property LicenseInformation ^ LicenseInformation { LicenseInformation ^ get(); };
static LicenseInformation LicenseInformation();
public static LicenseInformation LicenseInformation { get; }
var licenseInformation = CurrentAppSimulator.licenseInformation;
Public Shared ReadOnly Property LicenseInformation As LicenseInformation

属性值

模拟提供的当前应用的许可证元数据。

注解

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

此 API 不需要网络连接。

适用于