Поделиться через


HumanPresenceSensorReadingUpdate.Presence Свойство

Определение

Возвращает или задает значение, указывающее, обнаружен ли основной пользователь.

public:
 property IReference<HumanPresence> ^ Presence { IReference<HumanPresence> ^ get(); void set(IReference<HumanPresence> ^ value); };
IReference<HumanPresence> Presence();

void Presence(IReference<HumanPresence> value);
public System.Nullable<HumanPresence> Presence { get; set; }
var iReference = humanPresenceSensorReadingUpdate.presence;
humanPresenceSensorReadingUpdate.presence = iReference;
Public Property Presence As Nullable(Of HumanPresence)

Значение свойства

Состояние обнаружения, о котором сообщает HumanPresenceSensor.

Применяется к