HumanPresenceSensorReading.DetectedPersons Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a collection of all detected persons (primary user and otherwise).
public:
property IVectorView<DetectedPerson ^> ^ DetectedPersons { IVectorView<DetectedPerson ^> ^ get(); };
IVectorView<DetectedPerson> DetectedPersons();
public IReadOnlyList<DetectedPerson> DetectedPersons { get; }
var iVectorView = humanPresenceSensorReading.detectedPersons;
Public ReadOnly Property DetectedPersons As IReadOnlyList(Of DetectedPerson)
Property Value
A collection of all detected persons (primary user and otherwise).
Windows requirements
Device family |
Windows 11, version 24H2 (introduced in 10.0.26100.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v19.0)
|