PerceptionFrameSourcePropertyChangeResult.NewValue Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un oggetto PerceptionFrameSourcePropertyChangeStatus che indica lo stato della richiesta di modifica, inclusa la presenza o meno dell'effetto della modifica.
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
Valore della proprietà
Un oggetto PerceptionFrameSourcePropertyChangeStatus che indica lo stato della richiesta di modifica, incluso se la modifica ha avuto effetto o meno.
- Attributi