PerceptionDepthFrameSourceWatcher.Status 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得深度畫面來源監看員的操作狀態。
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
屬性值
DeviceWatcherStatus 列舉值,指出深度畫面來源監看員的狀態。
- 屬性