BarcodeScannerErrorOccurredEventArgs.PartialInputData Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets any data that was successfully read.
public:
property BarcodeScannerReport ^ PartialInputData { BarcodeScannerReport ^ get(); };
BarcodeScannerReport PartialInputData();
public BarcodeScannerReport PartialInputData { get; }
var barcodeScannerReport = barcodeScannerErrorOccurredEventArgs.partialInputData;
Public ReadOnly Property PartialInputData As BarcodeScannerReport
Property Value
The partial input information from the barcode scanner.