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

人類存在不明。

適用於

另請參閱