HumanPresenceFeatures.IsWakeOnApproachSupported 属性

定义

获取人类状态传感器是否可以通过用户的方法唤醒电脑。

public:
 property bool IsWakeOnApproachSupported { bool get(); };
bool IsWakeOnApproachSupported();
public bool IsWakeOnApproachSupported { get; }
var boolean = humanPresenceFeatures.isWakeOnApproachSupported;
Public ReadOnly Property IsWakeOnApproachSupported As Boolean

属性值

Boolean

bool

如果支持,则为 True。 否则为 false。 默认值为 false。

适用于

另请参阅