共用方式為


ClaimedBarcodeScanner.IsDecodeDataEnabled 屬性

定義

取得或設定布林值,指出是否要將解碼的資料提供給服務物件。

public:
 property bool IsDecodeDataEnabled { bool get(); void set(bool value); };
bool IsDecodeDataEnabled();

void IsDecodeDataEnabled(bool value);
public bool IsDecodeDataEnabled { get; set; }
var boolean = claimedBarcodeScanner.isDecodeDataEnabled;
claimedBarcodeScanner.isDecodeDataEnabled = boolean;
Public Property IsDecodeDataEnabled As Boolean

屬性值

Boolean

bool

如果已解碼的資料提供給應用程式,則設定為 true;否則為 false。

適用於