PerceptionFrameSourcePropertyChangeResult.NewValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A PerceptionFrameSourcePropertyChangeStatus indicating the status of the change request, including whether or not the change took effect.
- Attributes