PerceptionPropertyChangeRequest.Status Property

Definition

Sets the new status of the request after processing the request.

public:
 property PerceptionFrameSourcePropertyChangeStatus Status { PerceptionFrameSourcePropertyChangeStatus get(); void set(PerceptionFrameSourcePropertyChangeStatus value); };
PerceptionFrameSourcePropertyChangeStatus Status();

void Status(PerceptionFrameSourcePropertyChangeStatus value);
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
PerceptionFrameSourcePropertyChangeStatus Status();

void Status(PerceptionFrameSourcePropertyChangeStatus value);
public PerceptionFrameSourcePropertyChangeStatus Status { get; set; }
public PerceptionFrameSourcePropertyChangeStatus Status { [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; [Windows.Foundation.Metadata.Deprecated("PerceptionPropertyChangeRequest may be unavailable after Windows Creator Update. Please refer to AVStream on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] set; }
var perceptionFrameSourcePropertyChangeStatus = perceptionPropertyChangeRequest.status;
perceptionPropertyChangeRequest.status = perceptionFrameSourcePropertyChangeStatus;
Public Property Status As PerceptionFrameSourcePropertyChangeStatus

Property Value

The currently stored status of the request.

Attributes

Remarks

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.

Applies to