-api-id | -api-type |
---|---|
P:Windows.Devices.Perception.Provider.PerceptionPropertyChangeRequest.Status |
winrt property |
Sets the new status of the request after processing the request.
The currently stored status of the request.
The value should be set as follows:
- Windows::Devices::Perception::PerceptionFrameSourcePropertyChangeStatus::Accepted – The property has been updated to the new value.
- Windows::Devices::Perception::PerceptionFrameSourcePropertyChangeStatus::PropertyNotSupported – The property is not supported on this IPerceptionFrameProvider and can't be set.
- Windows::Devices::Perception::PerceptionFrameSourcePropertyChangeStatus::PropertyReadOnly – The property is supported on this IPerceptionFrameProvider but can't be changed.
- Windows::Devices::Perception::PerceptionFrameSourcePropertyChangeStatus::ValueOutOfRange – The property is supported on this IPerceptionFrameProvider but the provided new value is outside of the range of accepted values.