次の方法で共有


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。

適用対象