StoreConfiguration.IsPinToStartSupported Méthode
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.
Détermine si les applications peuvent être épinglées au menu Démarrer sur l’appareil actuel.
public:
static bool IsPinToStartSupported();
static bool IsPinToStartSupported();
public static bool IsPinToStartSupported();
function isPinToStartSupported()
Public Shared Function IsPinToStartSupported () As Boolean
Retours
Boolean
bool
True si les applications peuvent être épinglées au menu Démarrer sur l’appareil actuel ; sinon, false. Par exemple, cette méthode retourne false si l’appareil actuel n’a pas de menu Démarrer.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|