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