共用方式為


RetailMode.RetailModeEnabled 屬性

定義

取得值,這個值表示是否已啟用零售模式。

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。

屬性

適用於