BarcodeScannerTriggerState 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義常數,指出條碼觸發程式狀態。
public enum class BarcodeScannerTriggerState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class BarcodeScannerTriggerState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum BarcodeScannerTriggerState
var value = Windows.Devices.PointOfService.Provider.BarcodeScannerTriggerState.released
Public Enum BarcodeScannerTriggerState
- 繼承
-
BarcodeScannerTriggerState
- 屬性
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
欄位
Pressed | 1 | 條碼掃描器觸發程式或按鈕會在掃描工作期間按下。 |
Released | 0 | 條碼掃描器觸發程式或按鈕會在掃描工作期間釋出。 |