PerceptionFrameSourcePropertyChangeResult.NewValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
変更が有効になったかどうかなど、変更要求の状態を示す PerceptionFrameSourcePropertyChangeStatus を取得します。
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
プロパティ値
変更が有効になったかどうかなど、変更要求の状態を示す PerceptionFrameSourcePropertyChangeStatus。
- 属性