CurrentAppSimulator.LicenseInformation 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取模拟提供的当前应用的模拟许可证元数据。
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 不需要网络连接。