EnclosureLocation.InLid 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.
Indique si l’appareil se trouve physiquement dans le couvercle de l’ordinateur portable.
public:
property bool InLid { bool get(); };
bool InLid();
public bool InLid { get; }
var boolean = enclosureLocation.inLid;
Public ReadOnly Property InLid As Boolean
Valeur de propriété
Boolean
bool
Valeur true si l’appareil se trouve physiquement dans le couvercle et False si ce n’est pas le cas.