PerceptionDepthFrameSourceWatcher.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 operational status of the depth frame source watcher.
public:
property DeviceWatcherStatus Status { DeviceWatcherStatus get(); };
DeviceWatcherStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
DeviceWatcherStatus Status();
public DeviceWatcherStatus Status { get; }
public DeviceWatcherStatus Status { [Windows.Foundation.Metadata.Deprecated("PerceptionDepthFrameSourceWatcher may be unavailable after Windows Creator Update. Use Windows.Devices.Enumeration.DeviceWatcher instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var deviceWatcherStatus = perceptionDepthFrameSourceWatcher.status;
Public ReadOnly Property Status As DeviceWatcherStatus
Property Value
A DeviceWatcherStatus enumeration value indicating the status of the depth frame source watcher.
- Attributes