PerceptionFrameSourcePropertyChangeResult.Status 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 the value of the property after the change request has been processed.
public:
property PerceptionFrameSourcePropertyChangeStatus Status { PerceptionFrameSourcePropertyChangeStatus get(); };
PerceptionFrameSourcePropertyChangeStatus Status();
/// [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")]
PerceptionFrameSourcePropertyChangeStatus Status();
public PerceptionFrameSourcePropertyChangeStatus Status { get; }
public PerceptionFrameSourcePropertyChangeStatus Status { [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 perceptionFrameSourcePropertyChangeStatus = perceptionFrameSourcePropertyChangeResult.status;
Public ReadOnly Property Status As PerceptionFrameSourcePropertyChangeStatus
Property Value
The value of the property after the change request has been processed.
- Attributes