RetailMode.RetailModeEnabled 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示是否启用零售模式。
public:
static property bool RetailModeEnabled { bool get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("Use Windows.System.Profile.IRetailInfoStatics instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")]
static bool RetailModeEnabled();
public static bool RetailModeEnabled { [Windows.Foundation.Metadata.Deprecated("Use Windows.System.Profile.IRetailInfoStatics instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Phone.PhoneContract")] get; }
var boolean = RetailMode.retailModeEnabled;
Public Shared ReadOnly Property RetailModeEnabled As Boolean
属性值
Boolean
bool
如果启用了零售模式,则为 true;否则为 false。
- 属性