PerceptionFrameSourcePropertyChangeResult PerceptionFrameSourcePropertyChangeResult PerceptionFrameSourcePropertyChangeResult PerceptionFrameSourcePropertyChangeResult Class

Definition

Contains information about an attempted property change on a frame source.

public : sealed class PerceptionFrameSourcePropertyChangeResult : IPerceptionFrameSourcePropertyChangeResultpublic sealed class PerceptionFrameSourcePropertyChangeResult : IPerceptionFrameSourcePropertyChangeResultPublic NotInheritable Class PerceptionFrameSourcePropertyChangeResult Implements IPerceptionFrameSourcePropertyChangeResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

NewValue NewValue NewValue NewValue

Gets a PerceptionFrameSourcePropertyChangeStatus indicating the status of the change request, including whether or not the change took effect.

public : PlatForm::Object NewValue { get; }public object NewValue { get; }Public ReadOnly Property NewValue As object// You can use this property in JavaScript.
Value
PlatForm::Object object object object

A PerceptionFrameSourcePropertyChangeStatus indicating the status of the change request, including whether or not the change took effect.

Status Status Status Status

Gets the value of the property after the change request has been processed.

public : PerceptionFrameSourcePropertyChangeStatus Status { get; }public PerceptionFrameSourcePropertyChangeStatus Status { get; }Public ReadOnly Property Status As PerceptionFrameSourcePropertyChangeStatus// You can use this property in JavaScript.