Share via


PerceptionFrameSourcePropertyChangeResult.NewValue Property

Definition

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

public:
 property Platform::Object ^ NewValue { Platform::Object ^ get(); };
IInspectable NewValue();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertyChangeResult may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
IInspectable NewValue();
public object NewValue { get; }
public object NewValue { [Windows.Foundation.Metadata.Deprecated("PerceptionFrameSourcePropertyChangeResult may be unavailable after Windows Creator Update.  Please refer to Windows.Media.Capture.Frames APIs on MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var object = perceptionFrameSourcePropertyChangeResult.newValue;
Public ReadOnly Property NewValue As Object

Property Value

Object

Platform::Object

IInspectable

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

Attributes

Applies to