BarcodeScannerSetSymbologyAttributesRequest Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt die Anforderung dar, die Attribute einer Barcodesymbologie festzulegen.
public ref class BarcodeScannerSetSymbologyAttributesRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class BarcodeScannerSetSymbologyAttributesRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerSetSymbologyAttributesRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class BarcodeScannerSetSymbologyAttributesRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerSetSymbologyAttributesRequest
Public NotInheritable Class BarcodeScannerSetSymbologyAttributesRequest
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10, version 1803 (eingeführt in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v6.0)
|
Hinweise
Das System generiert eine instance dieser Klasse und legt sie als Eigenschaft im BarcodeScannerSetSymbologyAttributesRequestEventArgs-Argument des SetBarcodeSymbologyAttributesRequested-Ereignisses fest.
Versionsverlauf
Windows-Version | SDK-Version | Mehrwert |
---|---|---|
1809 | 17763 | ReportFailedAsync(Int32) |
1809 | 17763 | ReportFailedAsync(Int32,String) |
Eigenschaften
Attributes |
Ruft die Attribute einer Barcodesymbologie ab. |
Symbology |
Ruft die Barcodesymbologie ab, deren Attribute festgelegt werden sollen. |
Methoden
ReportCompletedAsync() |
Benachrichtigt die Client-App, dass die Anforderung erfolgreich verarbeitet wurde. |
ReportFailedAsync() |
Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde. |
ReportFailedAsync(Int32, String) |
Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde. |
ReportFailedAsync(Int32) |
Benachrichtigt den Client, dass die Anforderung nicht erfolgreich verarbeitet wurde. |