共用方式為


BarcodeScannerCapabilities.IsSoftwareTriggerSupported 屬性

定義

指出條碼掃描器是否支援軟體觸發程式功能。

public:
 property bool IsSoftwareTriggerSupported { bool get(); };
bool IsSoftwareTriggerSupported();
public bool IsSoftwareTriggerSupported { get; }
var boolean = barcodeScannerCapabilities.isSoftwareTriggerSupported;
Public ReadOnly Property IsSoftwareTriggerSupported As Boolean

屬性值

Boolean

bool

如果支援軟體觸發程式,則為 True;否則為 false。

適用於