HumanEngagement Énumération
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.
Spécifie les états d’engagement possibles pris en charge par un HumanPresenceSensor.
public enum class HumanEngagement
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class HumanEngagement
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum HumanEngagement
var value = Windows.Devices.Sensors.HumanEngagement.unknown
Public Enum HumanEngagement
- Héritage
-
HumanEngagement
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v15.0)
|
Champs
Engaged | 1 | L’humain est engagé avec l’appareil. |
Unengaged | 2 | L’humain n’est pas engagé avec l’appareil. |
Unknown | 0 | L’engagement humain avec l’appareil est inconnu. |