RetailInfo 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
支持一个方法 IsDemoModeEnabled 和一个属性 Properties 的实用工具类。 调用 IsDemoModeEnabled 以确定运行应用的设备是否专门启用了其零售演示模式。
public ref class RetailInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.System.Profile.ProfileRetailInfoContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RetailInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.System.Profile.ProfileRetailInfoContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class RetailInfo
Public Class RetailInfo
- 继承
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.10240.0 中引入)
Windows Mobile Extension SDK (在 10.0.10240.0 中引入) Windows 10, version 2104 (在 10.0.20348.0 中引入) |
API contract |
Windows.System.Profile.ProfileRetailInfoContract (在 v1.0 中引入)
|
注解
如果 RetailInfo.IsDemoModeEnabled 返回 true,则可以从 RetailInfo.Properties 获取可用属性集。 这些属性包括对在零售环境中运行的预安装演示应用有用的特定信息。 例如,你可以获取 ManufacturerName、 ScreenSize 等,并在用于零售演示的应用中显示该信息。 返回的字符串通常适合包含在 UI 中。
如果可能,请使用 RetailInfo 而不是以前的 Windows.Phone.System.Profile.RetailMode API。 Windows.Phone.System.Profile.RetailMode 仅适用于Windows Phone,不支持特定于设备的“属性”集。
属性
IsDemoModeEnabled |
确定运行应用的设备是否专门启用了其零售演示模式。 |
Properties |
获取一个 对象,该对象表示可用的零售演示属性集及其值。 |