HumanPresence 列挙型

定義

HumanPresenceSensor でサポートされる可能性のある検出状態を指定します。

public enum class HumanPresence
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 983040)]
enum class HumanPresence
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 983040)]
public enum HumanPresence
var value = Windows.Devices.Sensors.HumanPresence.unknown
Public Enum HumanPresence
継承
HumanPresence
属性

Windows の要件

デバイス ファミリ
Windows 11 Insider Preview (10.0.23504.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v15.0 で導入)

フィールド

NotPresent 2

人間の存在は検出されません。

Present 1

人間の存在が検出されます。

Unknown 0

人間の存在は不明です。

適用対象

こちらもご覧ください