PerceptionInfraredFrameSourceWatcher.Status プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
赤外線フレーム ソース ウォッチャーの動作状態を取得します。
public:
property DeviceWatcherStatus Status { DeviceWatcherStatus get(); };
DeviceWatcherStatus Status();
/// [get: Windows.Foundation.Metadata.Deprecated("PerceptionInfraredFrameSourceWatcher 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("PerceptionInfraredFrameSourceWatcher 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 = perceptionInfraredFrameSourceWatcher.status;
Public ReadOnly Property Status As DeviceWatcherStatus
プロパティ値
赤外線フレーム ソース ウォッチャーの動作状態。
- 属性