BarcodeScannerGetSymbologyAttributesRequest 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 zum Abrufen von Attributen einer Barcodesymbologie dar.
public ref class BarcodeScannerGetSymbologyAttributesRequest 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 BarcodeScannerGetSymbologyAttributesRequest final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class BarcodeScannerGetSymbologyAttributesRequest 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 BarcodeScannerGetSymbologyAttributesRequest
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class BarcodeScannerGetSymbologyAttributesRequest
Public NotInheritable Class BarcodeScannerGetSymbologyAttributesRequest
- Vererbung
- Attribute
Windows-Anforderungen
| Anforderungen | Beschreibung |
|---|---|
| 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 Argument BarcodeScannerGetSymbologyAttributesRequestEventArgs des GetBarcodeSymbologyAttributesRequested-Ereignisses fest.
Versionsverlauf
| Windows-Version | SDK-Version | Mehrwert |
|---|---|---|
| 1809 | 17763 | ReportFailedAsync(Int32) |
| 1809 | 17763 | ReportFailedAsync(Int32,String) |
Eigenschaften
| Name | Beschreibung |
|---|---|
| Symbology |
Ruft die Barcodesymbologie ab. Mögliche Werte werden in der BarcodeSymbologies-Klasse definiert. |
Methoden
| Name | Beschreibung |
|---|---|
| ReportCompletedAsync(BarcodeSymbologyAttributes) |
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. |