RetailMode.RetailModeEnabled Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique si le mode de vente au détail est activé.
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
Valeur de propriété
Boolean
bool
true si le mode de vente au détail est activé ; sinon, false.
- Attributs