HumanPresenceSensor.MaxDetectablePersons プロパティ

定義

人間のプレゼンス センサーによって検出できるユーザーの最大数を取得します。

public:
 property int MaxDetectablePersons { int get(); };
int MaxDetectablePersons();
public int MaxDetectablePersons { get; }
var int32 = humanPresenceSensor.maxDetectablePersons;
Public ReadOnly Property MaxDetectablePersons As Integer

プロパティ値

Int32

int

人間のプレゼンス センサーによって検出できるユーザーの最大数。

Windows の要件

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

適用対象